trying to look at tutorials for this but none of them work… can someone plz help me i would really appreciate it
At its core, it is just playing a sound and playing an animation.
If you want to go more in-depth:
- 3D Model a character (I recommend using Blender)
- rig the character for animation
- find a sound on the creator marketplace on Roblox or make your own sound
- make a jumpscare animation (you can do this in Roblox Studio or in a 3D Modeling software like Blender)
- Make a script to play the animation along with the sound effect
As for the camera side of things, you can change the cameras CFrame to be directly in front of the 3D modeled character.
Here is a video on custom characters that would be useful: CUSTOM CHARACTERS - How to create, rig and animate - YouTube
1 Like
You could also use TweenService as an alternative to making an animation, but make sure to have everything anchored.