Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

Why doesn't my game teleporter doesn't actually teleport me?

Asked by 3 years ago
Edited 3 years ago

Hello , i'm making a game , but the teleporter from the lobby to the actual game doesn't work.... I do have to mention the player is in a seat ( in a car) . That's the script :

local TeleportService = game:GetService("TeleportService") local Place = 5138860061

script.Parent.Touched:Connect(function(hit) local player = game.Players:GetPlayerFromCharacter(hit.Parent) if player then TeleportService:Teleport(Place, player) end end)

0
please help TheD4rkPow3r_WFE 13 — 3y
0
You should always just search up on youtube if you have a problem. Now I did for you. Video about teleportservice https://www.youtube.com/watch?v=m3tO7Brpcwk&t=649s Laudster 0 — 3y

1 answer

Log in to vote
0
Answered by 3 years ago

Teleport Service doesn't work in Studio. To see if it actually works, try it out in Roblox.

Ad

Answer this question