everytime a player touches, I want it to be 25 more than what the number currently is before they touch it.
How would I do this?
game.Workspace.Part.Touched:connect(function(hit)
if hit.Parent.Humanoid then
script.Parent.Size = UDim2.new(0,0+25,4.4,0)
end
end)
ATR'er since 2013. |