I am trying to re-position a text button when the MouseEnter event is fired but it wont work how I want it to, this is what I put:
script.Parent.MouseEnter:connect(function()
for i = -225, 0 do script.Parent.Position = script.Parent.Position + UDim2.new(1,1,1,1) wait(0.01) end end)