Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

How can you reposition something without renaming every new position?

Asked by 9 years ago

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)

0
What exactly is the problem? Perci1 4988 — 9y
0
Code block please. unmiss 337 — 9y

Answer this question