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

how would i make a gui that moves a part?

Asked by 6 years ago

this is my script

l = script.Parent.Parent.bool script.Parent.MouseButton1Click:connect(function() if l.Value == 4 then return end game.Workspace.Move.Position=game.Workspace.Move.Position+Vector3.new(7,0,0) l.Value = l.Value + 1 end)

0
I think you already know how to do it? TheSkyofIndia 150 — 6y

Answer this question