BodyForces not working

oh i just realised there isnt anything like maxforce for BodyForce just remove that line

try this

while true do
wait()
bodyforce.Force=Vector3.new(0,-1000,0)
end

Still floating but even higher

yes make the value negative number forgot to mention that :sweat_smile:

It’s already negative

local BodyForce = script.Parent
while true do
	wait()
BodyForce.Force=Vector3.new(0,-1000,0)
end

show me the explorer
(30…-_-)

This is the explorer when I’m in game
image

then use bodyThrust im not sure whats different between bodyforce and thrust but i made a jetpack model and bodyforce didnt work and i use body thrust try using it and make the bodythrust.Force=Vector3.new(0,-5000,0)

You are a legend!! Thank you so much!

glad it worked :smiley::hugs: dont worry to make another post!!

I most likely will have to in a few hours if I don’t figure out how to get my guy to stick to the board

haha you should make the SetNetworkOwnership of the player character to the board or you can weld the player’s HumanoidRootPart to the board when the player enters

Edit:another way is to make a seat in the board and play an animation while sitting in the board

How could I make my board turn left would CFrame work to turn it?

use BodyAngularVelocity
(30…-_-)

What does this mean by the way?

the thirty letter limit in post :sweat_smile:

Why does my board spin when I havent fired the Remote Event yet?
script

game.ReplicatedStorage.Left.OnServerEvent:Connect(function()
	print("Updating bodyVelocity")
	BodyVelocity.Velocity=Vector3.new(5,0,0)
	wait(4)
	BodyAngularVelocity = Vector3.new(0,90,0)
end)

so add a seat to your board and put the body velocity the body thrust and the body angular velocity inside the seat and weld all the parts of the board to the seat and everything will work right if you want the player to stand and not sit,use animation to play while sitting that looks like standing

1 Like

so the thing worked or nope ???

Making the animation right now to see

:smiley:hope it works,tbh the snowboard looks cool