Hello guys, I want to make a teleport that shows a fade in and fade out black image, so you can’t actually see the character teleporting, how can I do that?
Please don’t ask full scripts on devforum. Did you even learn scripting a little?
He never asked for the script, he just wants to know what should he do
I’m not asking for a full script, I know how to make a teleport, I just want to know how to make a fade in and a fade out…
Use TweenService to tween the transparency of the a black frame.
You could make a GUI thats fullscreen sized, and color black. It should be invisible for the moment.
Then, when you teleport the charater, the GUI becomes visible, and then you teleport the character, finally, the GUI becomes invisible again
The teleport script should be server script, while working on the GUI, instead of calling it from the game StarterGui, you call it from the player PlayerGui. You can use tweens if you want
Don’t forget to set the top bar transparency to a 1, or else the top part of your screen wouldn’t be covered by the black frame.