Help With Character Stuck Inside Moving Platform

bodyforce.rbxl (24.0 KB)

look my rbx file and test it and see what i am talking about

Hi again! What is the max torque for the BodyGyro?

MaxTorque : 400000, 4000000000, 400000

Type “inf” on all of them and then check if it rotates again.

MaxTorque: inf, inf, inf

now its not rotating but now again my player falling off the moving platform

Increase the size of the part (make the part bigger)

1 Like

working, but if i want to make it small part like one player size(one player can stand on it)

what i have to do?

You will have to loop through all of the parts in your character and turn on the Massless property, the reason why increasing the size of a part works is because the part is able to hold the weight of your character otherwise if you decrease the size then it’s just going to throw you off because it cannot handle your weight so you need to turn on the massless property so that the character’s mass can be ignored.


for i, v in pairs(character:GetChildren()) do
   if v:IsA("BasePart") then
       v.Massless = true 
   end
end

or alternatively you can turn on the CustomPhysicalProperties and set the density to a high number and see if that will work.

your platform is stable, is there any way to reproduce the problem?

https://gyazo.com/bdff2893c434774e9ef8bd3f8eece20c
about the first part you said not working

and the second part is not working

image

Okay, disable the CustomPhysicalProperties…

Whats the power property of the bodyposition? Try reducing that because the speed is too fast.

still not working, i mean for real its working but only when the part is big(not sure how many big its need to be to work). but the last qustion is how to make it work when its smaller part

what now work:

  1. character massles
  2. CustomPhysicalProperties
1 Like

It works I know but you want it to be smaller so try reducing the P property of the bodyposition.

working but for my main reason( Help With Character Stuck Inside Moving Platform)
you did that thank you very much for spending time helping me and you did that. i appreciate you a lot.

but for my main goal its not working(my game) :frowning:

if you could find me in your free time sulution to my problem i will appreciate you more than now and you will make me very happy. you can contact me if you will find the sulution on Discord: artum669#6969
Or by Roblox: artum669

have a nice day :smiley: