01 | game.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 = Vector 3. new(x,y-t,z) |
09 |
10 | --custom |
11 |
12 | 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