I can’t make YT vids as my computer won’t let me
so I will give you guys the script, feel free to test it out yourself.
local speed = 10 – Change the speed to whatever you’d like 
while true do
script.Parent.Velocity = script.Parent.CFrame.LookVector * speed
wait()
end
Let me know what else I should show you guys!

2 Likes
Noah
2
Useful!
Is their a way to not use the while true do loop
?
They’re not very efficient.
1 Like
repeat
—CODE
until nil
??? Maybe?
Contact me if needing help
Noah
7
Couldn’t you just do?
script.Parent.Velocity = script.Parent.CFrame.LookVector * speed
1 Like
Noah
8
Loops = Memory Loss = lAg
1 Like
Isn’t only going to run 1 time?
Noah
10
No? According to roblox physics
The velocity will always be acting.
1 Like
Hm, I’ll keeep that in mind
Busy at the moment but will try it!
1 Like