Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- if game.PlaceId == 9377039667 then
- --fuc 1
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(2.21, 23.42, -110.38)
- wait(2)
- for i,v in pairs(game:GetDescendants()) do
- if v:IsA("ClickDetector") then
- fireclickdetector(v)
- end
- end
- wait(2)
- local playerhead = game.Players.LocalPlayer.Character.Head
- for i,v in pairs(game:GetService("Workspace"):GetDescendants()) do
- if v.Name == "TouchInterest" and v.Parent then
- firetouchinterest(playerhead, v.Parent, 0)
- end
- end
- wait(2)
- local tpservice= game:GetService("TeleportService")
- local plr = game.Players.LocalPlayer
- tpservice:Teleport(game.PlaceId, plr)
- else
- --fuc 2
- local join = 9377039667
- if game.PlaceId ~= join then
- game:GetService("TeleportService"):Teleport(join, LocalPlayer)
- end
- end
Advertisement
Add Comment
Please, Sign In to add comment