As the theme says, I want to create a slider something like a snowboard, but I don’t know exactly how to start, I don’t know what kind of force to use (body force or bodyVelocity) or if I have to involve more than one. I have seen the roblox studio models the jeeb and the Stagecoach but they use so many variables and formulas that I think it is more complex than I thought.
Someone to help me if you know of something I can read to understand the subject or who only tells me what to base myself on to begin with.
Are you looking for a Gui slider or a physically sliding board? Sorry, when you just say “create a slider” that doesn’t make it clear to me what you want since the term slider typically refers to the Gui slider, not something that slides physically. Judging by the content of the post though, I assume you mean physically sliding boards.
Depending on how you create your board, it can be done in any number of ways using physics objects, it doesn’t necessarily have to be just BodyForce or just BodyVelocity. You might not even use either of those and opt for different movers. The best thing to do is look at the movers and select the ones that seem most appropriate to be using.
The new constraints system, by the way, also supports physics movers.