Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local TeleportService = game:GetService("TeleportService")
- local EndEvent = game.ReplicatedStorage.EndEvent
- local player = game.Players.LocalPlayer
- local EndFrame = player.PlayerGui:WaitForChild("DialogueGui").EndFrame
- local function Teleport()
- TeleportService:Teleport(10078270331)
- end
- EndEvent.OnClientEvent:Connect(function()
- EndFrame.Visible = true
- Teleport()
- end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement