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

how to make my BodyVelocity work, pls help?I was trying to fix it for a while but cant?

Asked by 1 year ago
Edited 1 year ago

Here is my script i dont know why its not working so could anyone help me? i really need help asap.


local bv = Instance.new("BodyVelocity") bv.Parent = meteorclone bv.MaxForce = Vector3.new(math.huge, 0, math.huge) bv.P = 3000 local speed = require(game.ServerStorage.EarthMoonModule) spawn(function() meteorclone.Anchored = false while wait() do local speed = require(game.ServerStorage.EarthMoonModule) bv.Velocity = meteorclone.CFrame.lookVector * 10 if meteorclone == nil then break end end end)

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.

0
nvm i found the problem xbloodyguyx 10 — 1y

1 answer

Log in to vote
0
Answered by 1 year ago

Nvm i found the out the problem , i did the maxforce 0 to the Y axes, and the lookvector was the Y axes lol

Ad

Answer this question