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

How Can I Change the Position of a Moving Object?

Asked by 5 years ago
Edited 5 years ago
game.Workspace.qqw.RemoteEvent.OnServerEvent:Connect(function()
    --custom

    x = 12
    y = 10
    z = 2
    t = 5
    game.Workspace.qqw.Size = Vector3.new(x,y-t,z)

    --custom

end)

I'm using this script. I wanna use the same for position too. But positions won't be stable so I can't use variables. Please help

0
use .Position greatneil80 2647 — 5y
0
.Position.X .Position.Y .Position.Z greatneil80 2647 — 5y
0
Didn't work Xanfar38 -3 — 5y

Answer this question