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

How can i make this go up?

Asked by 8 years ago


local Player = game.Players.LocalPlayer local plrMouse = Player:GetMouse() plrMouse .KeyDown:connect(function(key) key = key:lower() if key == 'w' then script.Parent.Posistion = UDim2.new() -- this part im kinda confuse to make it go up a little end end)
1
'Posistion' should be 'Position'. UniversalDreams 205 — 8y

Answer this question