#The tween looks smooth on studio but in game its very choppy
1 messages · Page 1 of 1 (latest)
tweening on server?
i didnt even read the script honestly, what are you trying to do exactly?
my goal is start from
start ---- end
so it spawns mobs
once it reach end then destroy
so it needs to be done in server, so once mob touched the end, its destroyed
Developer Forum | Roblox
Hello Devs, I’m having an issue with firing a remote event which fires a tween from the server to all the clients in the game (Remote Event: Server to All clients). So, all the clients in the game will be seeing the tween and the server won’t have to deal with the tween. The problem is, the tween won’t play and I’m not sure why. I hope s...