Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

How to fix my script to make it work with non-collidable blocks?

Asked by 4 years ago

It works when it can collide although it doesn't when its not able to collide. Is there any way to make this work when it is non-collidable. Heres my script:

while true do 
script.Parent.Velocity = script.Parent.CFrame.lookVector *5 
wait(0.1)
end 

Answer this question