Help
here are the scripts:
script.Parent.Activated:Connect(function(player)
if game.Players.LocalPlayer.fruitstats.Fruit.Value == 0 then
local plr = game.Players.LocalPlayer
plr:WaitForChild("fruitstats").Fruit.Value = 1
print("Ate Guru")
local char =...