My last question was closed because I forgot to put in the code so people can correct it (lol, and now I have -2 rep :() so I typed in a script.. local human = script.Parent:FindFirstChild('Humanoid') if human then local torso = human.Parent.Torso Torso.Size = Torso.Size + 3.5 end script.Parent.Touched:connect(OnTouch) Can u please correct guys?
local human = script.Parent:FindFirstChild('Humanoid') if human then local torso = human.Parent.Torso Torso.Size = Torso.size + 3.5 end script.Parent.Touched:Connect(OnTouch)