How do I make a model move across the map smoothly with script?
Asked by
6 years ago Edited 6 years ago
I am currenctly using this script. It works perfectly smooth in roblox studio but half of it moves moves and after about 0.1 seconds, the other half joins it while in game. Causing it to have some kinda lag effect but I really isn't lagging. I tried using weld and glue but it is the same outcome. Please help me
2 | local Flight = game.Workspace.FlightModel |
3 | Flight:SetPrimaryPartCFrame(Flight:GetPrimaryPartCFrame() * CFrame.new( 0 , 0 ,- 5 )) |