how to make my BodyVelocity work, pls help?I was trying to fix it for a while but cant?
Asked by
2 years ago Edited 2 years ago
Here is my script i dont know why its not working so could anyone help me? i really need help asap.
01 | local bv = Instance.new( "BodyVelocity" ) |
02 | bv.Parent = meteorclone |
03 | bv.MaxForce = Vector 3. new( math.huge , 0 , math.huge ) |
05 | local speed = require(game.ServerStorage.EarthMoonModule) |
07 | meteorclone.Anchored = false |
09 | local speed = require(game.ServerStorage.EarthMoonModule) |
10 | bv.Velocity = meteorclone.CFrame.lookVector * 10 |
11 | if meteorclone = = nil then |
here is the script and idk why its not working, pls help me asap.Help me please , i was trying to fix it for a while but i cant find the problem, please help me.