Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- getgenv().rejoin = game:GetService("CoreGui").RobloxPromptGui.promptOverlay.ChildAdded:Connect(function(child)
- if child.Name == 'ErrorPrompt' and child:FindFirstChild('MessageArea') and child.MessageArea:FindFirstChild("ErrorFrame") then
- game:GetService("TeleportService"):Teleport(game.PlaceId)
- end
- end)
Add Comment
Please, Sign In to add comment