How to Make a Face Changer in Roblox Studio
Download – Face Changer Model & Script
How To – Make a Face Changer in Roblox Studio
What’s up everyone welcome to buzzygames, my name is BuzzyGamesBeth and today I’ll be teaching you how to make a face changer!
- I have this simple part with a decal inside of it that I just pulled out straight from the toolbox. Inside my part, we’re going to add a proximity prompt.
- In our proximity properties, let’s change the action text to “Hold to change”. This is going to show up in the GUI later when we’re close to it. Let’s change the hold duration to 0.5 and the object text to “face changer” so that when we’re close to it, you’ll see that it’ll say face changer.
- Add a script inside of our proximity prompt. We’re going to have two variables. The first variable is going to reference our part, and then the other is going to be our decal. Now we’re going to have a function where player is our parameter. Anytime a player triggers this proximity prompt, then our character’s face is going to change to whatever the decal is.