Hey Guys! In today's video, I will be going over How to fix an Error In Roblox Studio!
Bonus: I also go over How to Find your Games in the Create Tab!!
The Script:
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)
Roblox:
https://www.roblox.com/
My Roblox Username: mudstartommy
Thanks for watching