Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local TeleportService = game:GetService("TeleportService")
- local PlaceId = 1848160191
- script.Parent.MouseButton1Click:Connect(function()
- local player = game.Players.LocalPlayer
- TeleportService:Teleport(PlaceId, player)
- end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement