Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --[[
- Credits to; Sourdough
- Official thread; https://v3rmillion.net/showthread.php?tid=933389
- -------------------------------------------------------------------------------
- Script was provided from the official Demon Slayers Community Server; https://discord.gg/ADEVZ5R
- Official thread; https://v3rmillion.net/showthread.php?tid=936292 |<-- More info
- ]]--
- if game.PlaceId ~= "1067560271" then
- game:GetService("TeleportService"):Teleport(1067560271, LocalPlayer)
- end
- for i,v in pairs(game.Workspace:GetChildren()) do
- if v:findFirstChild("Seat") then
- v:Remove()
- end
- end
- while wait() do
- for i,v in pairs(game.Workspace:GetChildren()) do
- if v:findFirstChild("diamondgui") then
- if v:findFirstChild("TouchInterest") then
- if v.Transparency < 1 then
- wait()
- if game.Players.LocalPlayer.Character:findFirstChild("HumanoidRootPart") then
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = v.CFrame
- end
- end
- end
- end
- end
- end
- wait(30)
- game:GetService("TeleportService"):Teleport(1067560271, LocalPlayer)
Advertisement
Add Comment
Please, Sign In to add comment