HOW TO MAKE A TELEPORTER GUI 🛠️ Roblox Studio Tutorial

preview_player
Показать описание
In todays short I show you how to make a teleporter in Roblox Studio. I Hope you enjoyed the video, Have a lovely rest of your day! If you are a bit confused what to do, Feel free to message me on Discord and Ill help you out!

Script 1 (Open Gui) :

script.Parent.MouseButton1Click:Connect(function()
script.Parent.Parent.Parent.YourFrameName.Visible = not script.Parent.Parent.Parent.YourFrameName.Visible
end)

Script 2 (Teleport Script) :

wait(1)
player = game.Players.LocalPlayer
button = script.Parent
local debounce = false

function teleport()
if not debounce then
debounce = true
local LowerTorso = player.Character.LowerTorso
LowerTorso.CFrame = game.Workspace.CHANGEYOURPARTNAME.CFrame -- Change "CHANGEYOURPARTNAME" to whatever you rename your part to.
script.Parent.Parent.Visible = false
end
end

button.MouseButton1Click:Connect(teleport)
while true do wait()
debounce = false
wait(2) -- This limits to how often a player can click the teleport button (In seconds).
end

If you would like to support me even more, Super Thanks is also another way to show your appreciation!

Roblox Studio Tutorial
Roblox Studio
Studio Tutorials
Рекомендации по теме
Комментарии
Автор

Script 1 (Open Gui) :


= not
end)


Script 2 (Teleport Script) :

wait(1)
player = game.Players.LocalPlayer
button = script.Parent
local debounce = false

function teleport()
if not debounce then
debounce = true
local LowerTorso = player.Character.LowerTorso
LowerTorso.CFrame = -- Change "CHANGEYOURPARTNAME" to whatever you rename your part to.
script.Parent.Parent.Visible = false
end
end


while true do wait()
debounce = false
wait(2) -- This limits to how often a player can click the teleport button (In seconds).
end

If you would like to support me even more, Super Thanks is also another way to show your appreciation!

Itz_FloppyFish
Автор

tysm this is the easiest tp gui ive seen so far

czmi
Автор

Amazing yt, this is helping my game by far.

Itz_StegoYT
Автор

tysm this actually works and I am using it for a "find the" game. I will be sure to include you name in the credits.

SaintCookieClicker
Автор

For people who making a team select you can use the video tutorial and just changed some few stuff in ut

NoctoJr
Автор

Bro there is a literal teleporter in the menu😅
(But urs is more customizable so imma use urs ty)

Aaaaaahteghjijjtrr.
Автор

to everyone who cant make script 1 themselves i made my own one.

local teleportFrame =


teleportFrame.Visible = not teleportFrame.Visible
end)

Spocony
Автор

Can you pleasee make another one but to lock the teleporter until you reach that world/level

ninja-boy
Автор

Please, can you make a tutorial on how to teleport after talking to the npc?

GamingMasterSejati
Автор

Floppy fish do u know how to make a monster in Roblox studio I’m trying to make one for my game

Chamberlant
Автор

can you make a video on how to make the gui for one of the coloured teleporters to be invisible until the player has gotten the right amount of wins / a leaderstat and once they do the gui becomes visible

ffiterminater
Автор

but how can you make a button and when you press it the GUI you just did come infront of ur screen

ericthebestplays
Автор

This is the hardest gui ive ever even saw

LsosRobloxReal
Автор

Should the teleport frame be a spawner or just a part.

alldaygamers
Автор

How do you make it only for one person like for the owner only

brick_kazumi
Автор

I want mt GUI not to disappear at all when clicked how do I do that?

JoshuaMontgomery-tkxj
Автор

is there a way that makes the gui appear when you stand in a block?

ClipsElSpreen
Автор

i did it with vector3 instead of cframe and it ripped my torso off of my body lol

channel.e
Автор

Is there a way to make it locked behind a gamepass?

tlsuperdude
Автор

yo i had a issue so when the area wasn't loaded in it didnt teleport

ChromaticMc-dezznut