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 6 years ago
Edited 6 years ago
01game.Workspace.qqw.RemoteEvent.OnServerEvent:Connect(function()
02    --custom
03 
04    x = 12
05    y = 10
06    z = 2
07    t = 5
08    game.Workspace.qqw.Size = Vector3.new(x,y-t,z)
09 
10    --custom
11 
12end)

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 — 6y
0
.Position.X .Position.Y .Position.Z greatneil80 2647 — 6y
0
Didn't work Xanfar38 -3 — 6y

Answer this question