This time I will show you how to use TeleportService, and how you can make teleport, that teleports you to other places or games. It is surprisingly simple. I hope you enjoy this tutorial.
Scripts:
● Subscribe to support my content:
▸ Twitter:
▸
♫ Music used in this video: Artificial.Music – One Summer’s Day
#Roblox #RobloxDEV #RobloxStudio #Tutorial #Scripting #Building
Nguồn: https://landscapeelms.com
Xem thêm bài viết khác: https://landscapeelms.com/game/
Xem thêm Bài Viết:
- Рапунцель: беременность игры для детей Rapunzel: pregnancy games for kids Cartoon
- MOST MLG Games IN ROBLOX!
- Subaru Impreza WRX STI 2005 – Forza Horizon 4 | Logitech g29 gameplay
- How Can I Stop Item Hoarding In Games? ~ Design Doc
- Magic Mushrooms – Idle Game – Walkthrough Super Alternative Recommend index three stars
If you ever feel like you're wasting your time, just remember that you're not one of those people who turn notifications on to dislike youtube videos as soon as they come out.
Anyways, Thanks for watching! I really appreciate that! 🙂
i did not work
Nicee
when i go on the part there :Attempted to teleport
does the GUI work with surface GUI, billboard GUI or only with starter GUI
pls answer quickly
I dont understand the spacing.
for some reason whenever I teleport it doesnt load and it just says "roblox has shut down this server for maintenance" how do i fix this?
How do I remove the delay when I touch it?
he really does sound like a bot tho 0:52 0:53 0:59 1:05
0:43 I MEAN the WHOLE script
Do we put in the ID of the game we want to teleport to?
he sounds kind of like VeD_DeV
Whenever I'm looking for scripts and stuff and I come across this guy it always just works really well and is super simple. I' never subscribed though so I'll do it now 🙂
i really hope this worked with surface gui's 😛
the real script because copying it doesnt load it correctly:
local TeleportService = game:GetService("TeleportService")
local Place = (PLACE ID HERE)
script.Parent.Touched:connect(function(hit)
local player = game.Players:GetPlayerFromCharacter(hit.Parent)
if player then
TeleportService:Teleport(Place, player)
end
end)
Can you do this with a click Detector?
Like an idiot, I tried testing this in Studio.
me: typing in the script
me again: plays the game nothing works
script: …
Roblox: its 2020 just get one from the toolbox
Really good, straight to the point, no jibberjabber! and really good rec
I get this error message 16:16:13,899 – Unable to cast value to Object