How can I create quicksand? I’ve searched on Google and YouTube but there aren’t really any tutorials so I came here. I also couldn’t find anything from searching so I decided to ask for myself.
I’m making a 2D platformer, and one of the levels is a desert level. I want to have an obstacle where you start slowly sinking underground when you stand on it for more than 2 seconds. How can I do that? (Also I’m a beginner at scripting, I don’t know much. I don’t even know if it requires scripting.)
2 Likes
I believe you will need to hire a scripter or learn to script to make quicksand. I would use the terrain editor to make the sand then try and ask programmers for help. (I am a programmer just not very experienced lol)
1 Like
Hello!
There are alot of ways to make quicksand for your game! But it depends if your using “roblox terrain” or parts. If your using parts then you set your quicksand to can collide false and make a local script that creates a part where the player can stand on the quick sand. Make it so when the player touches the part it slowly moves down giving it the effect that they are falling into quick sand (make sure this is also on a local script so it is only for the player that’s touching it). If your using roblox terrain then I am unsure how to create this sorry. If you need anymore help just ask!
7 Likes