Тёмный

How To Teleport Players In Roblox Studio 

Pluto
Подписаться 38 тыс.
Просмотров 25 тыс.
50% 1

🌟 Join our discord community to collaborate with other devs, discuss roblox studio, ask for scripting help, and much more!
🔗 Link: / discord
👍 If you enjoyed the video, leave a like and subscribe, it genuinely helps me out a lot!
💬 Leave a comment telling me what you think, I'm always happy to hear what my viewers like and what videos they want to see in the future!
🤔 What is Roblox? Roblox is a universal platform where you can let your imagination run free. Players can upload games they themselves have created through Roblox's development software, Roblox Studio. Roblox is a huge platform where friends, family, and others can play together, have fun, and make memories. It inspires creativity, friendships, teamwork, building, and cooperative play. A platform where all are welcome.
🎵 Music
1.) Inside A House - Legend Of Zelda - Nintendo
2.) Portal Radio Theme - Portal - Valve
#roblox​​ #robloxstudio​​ #robloxstudiotutorial #robloxstudiodevlog

Игры

Опубликовано:

 

14 авг 2023

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 37   
@DriedLivers
@DriedLivers 9 месяцев назад
Please make more tutorials!! You make them so simple and easy to follow!!
@RockRave
@RockRave 11 месяцев назад
and i love your videos
@CalebMohr
@CalebMohr 11 месяцев назад
Yay he is back!
@RockRave
@RockRave 11 месяцев назад
thank you
@blackpvn0711
@blackpvn0711 5 месяцев назад
TYSM I NEED IT
@hampuhunter_offical
@hampuhunter_offical 10 месяцев назад
Pls answer me! HI i watched ur viewmodel tutorial and i am making a hunting game how do i make animations for it? Btw i need the gun in the animation
@Giyu123
@Giyu123 5 месяцев назад
Thank you
@meonpvp8772
@meonpvp8772 11 месяцев назад
Yay! A Pluto upload, btw could you maybe make another video like making a realistic horror game. It was very fun to watch and it got a lot of attention.
@PlutoIsAway
@PlutoIsAway 11 месяцев назад
i'll think about it...
@bleedNLTC
@bleedNLTC 10 месяцев назад
you should open-source that game, it can be expanded by anyone further, also yes your horror game videos are fun to watch.@@PlutoIsAway
@StupidMiners
@StupidMiners 2 месяца назад
@@PlutoIsAway I love you.
@Popcat21W
@Popcat21W Месяц назад
AND PLUTO MADE THE HORROR GAME🎉
@Stevealot
@Stevealot 6 месяцев назад
TYSM
@FAZEKIAY
@FAZEKIAY 11 месяцев назад
Hello Bro can you make a gas if you go to a gas you will like -10 - 10 but if you go with mask tool it will be good pls?
@Mirhan_2016
@Mirhan_2016 Месяц назад
-- Replace these values with the position where you want to teleport the player local destinationPosition = Vector3.new(10, 5, 20) -- Function to teleport the player to the destination position local function teleportPlayer(player) if player.Character then player.Character:MoveTo(destinationPosition) end end -- Replace 'ScriptParent' with the object that contains this script script.Parent.Touched:Connect(function(hit) local player = game.Players:GetPlayerFromCharacter(hit.Parent) if player then teleportPlayer(player) end end)
@dswqsa895
@dswqsa895 6 месяцев назад
inside of studio instead of teleporting you get HTTP Error 403, so you have to rename it to either "How to teleport players in Roblox" or "How to get HTTP Error 403 in Roblox Studio"
@Lxmitless7
@Lxmitless7 5 месяцев назад
you cant script then
@icebergman2008
@icebergman2008 6 месяцев назад
I am seeing a lot of people having errors in this comment section, that's why I will leave this other script that might help someone, instead of using the ":MoveTo()" function, we are going to use ":SetPrimaryPartCFrame()" instead. Lets imagine that we have a BasePart somewhere around the map, and that our character haves a Primary Part (if its the player normal roblox avatar then the primary part is the head, if its a custom character of your game then you need to set the primary part of the model to the head for this script to work). Lets also pretend that your character will teleport if he clicks either a TextButton or an ImageButton of any ScreenGui This is how the script would look: local player = game.Players.LocalPlayer.Character local button = game.Players.LocalPlayer.PlayerGui.ScreenGui.TextButton local teleportbrick = game.Workspace.Part button.MouseButton1Click:Connect(function() player:SetPrimaryPartCFrame(teleportbrick) end) I hope this comment will help people in their projects ^^
@edittcr
@edittcr Месяц назад
thanks mate
@Eden03012
@Eden03012 5 месяцев назад
How do you find coords in roblox studio?
@findrandomshithere
@findrandomshithere 11 месяцев назад
Quick question, Why not Character:SetPrimaryPartCFrame(cframe)?
@B0unty0
@B0unty0 6 месяцев назад
because :MoveTo() is faster, you can also do Hit.Parent.HumanoidRootPart.Position = vector3.new(0,0,0)
@icebergman2008
@icebergman2008 6 месяцев назад
​@@B0unty0What do you mean by faster? I don't see a difference between SetPrimaryPartCFrame(cframe) and :MoveTo() really, do you mean the amount of time it takes to the player to teleport or what?
@megabraintime2773
@megabraintime2773 6 месяцев назад
How do you find coords in studio? like I know how to teleport people now but how do I find the coords that I need to teleport them to?
@icebergman2008
@icebergman2008 6 месяцев назад
Place any part where you want the players to teleport to, go to the properties of the part and copy the coordinates of the part origin, you can delete the part later if needed
@Vickxss
@Vickxss 5 месяцев назад
can u help me scripting how to teleport players if u toutch a part? because mine didn't works...
@lennyface987
@lennyface987 8 месяцев назад
It gave a bug on the first part of your video: Workspace.Ignore:5: attempt to index nil with 'Character' and i am going insane over it
@user-mc7is2jp9l
@user-mc7is2jp9l 11 месяцев назад
dude i am a 12 year old and i love ur videos pls send more videos i really want to be like pro developer like u
@findrandomshithere
@findrandomshithere 11 месяцев назад
if want to be pro dev don't follow tutorials unless ur stuck on something, even then try to use the tutorial as a guide as much as possible
@iropthegamer726
@iropthegamer726 5 месяцев назад
this doesn't work you can't put LocalPlayer after Players
@Jxhsxn
@Jxhsxn Месяц назад
you can but not in a server sided script
@iropthegamer726
@iropthegamer726 Месяц назад
@@Jxhsxn yeah pretty sure that's what I meant
@am10395
@am10395 17 дней назад
Free script Workspace add part: script.Parent.Touched:Connect(function(Hit) if Hit and Hit.Parent:WaitForChild("Humanoid") then local Player = game.Player:GetPlayerFromCharacter(Hit.Parent Player ) Player.Character:MoveTo(Vector3).new(0,0,0)) end end) StarterGui add localplayer: local Player = game.Player.LocalPlayer.Character Player:MoveTo(Vector3).new(0,0,0))
@Sub2Neo5380
@Sub2Neo5380 День назад
bruh, got into the wrong vid, i dont wanted some where INSIDE the game, i was meant to go to some where OUTSIDE the game 🤣😂😂😂😂😂😂
Далее
How To Make A Door With Physics In Roblox Studio
2:45
I Made FAKE GAME To Trap HACKERS.. It WORKED! (Roblox)
12:27
Прятки #nyanmp3
00:25
Просмотров 755 тыс.
Beautiful game!😍
00:20
Просмотров 1,5 млн
I Paid Devs on Fiverr to Make an Open World Game
8:33
Просмотров 161 тыс.
I Tried the Worst Version of Scratch
8:16
Просмотров 723 тыс.
Making a Realistic Survival Horror Game on Roblox
3:46
I Learned How to SCRIPT in 7 Days | Roblox
11:00
Просмотров 45 тыс.
I Added Infinite Crafting to Minecraft (with AI)
13:08
I Made a Game Using ChatGPT
9:51
Просмотров 2,6 млн
So I got access to Minecraft: China Edition...
15:44
Просмотров 1,7 млн
Can AI Code a Horror Game? Watch ChatGPT Try
8:06
Просмотров 1,1 млн
ХУДШЕЕ ОРУЖИЕ ИЗ ДРОПА
19:34
Просмотров 180 тыс.