Answered by
6 years ago Edited 6 years ago
THREE SOLUTIONS without even needed to mess with the physics
If you don't want anything to collide with your player then simply select the parts and in the properties change cancolide to false or
you can use this script
1 | Parts = game.Workspace:GetChildren( "You can put names in here like ModelName1 or Part5" ) |
6 | CharParts = game.Players.LocalPlayer.Character:GetChildren() |
7 | CharParts.CanColide = false |
I may have misspelled something but so far the script looks good to go!
This should be simple but if you dont want the player to mess with the objects and other players to mess with the parts/object then try, in a local script, Type everything under part2. these could work but if it goes more in depth like you want a specific thing then just tell me what.
[BEST SOLUTION TO YOUR PROBLEM]
if your trying not bounce you could just make gravity stronger when you hit the ground so its not a giant bounce.