Scriptpting

Ban eeepqpq

Oct 9th, 2023
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.57 KB | None | 0 0
  1. game.StarterGui:SetCore("SendNotification", {
  2. Title = "as_3",
  3. Text = "WELCOME",
  4. Duration = 5
  5. })
  6.  
  7. wait(5)
  8.  
  9. game.StarterGui:SetCore("SendNotification", {
  10. Title = "as_3",
  11. Text = "by as_3",
  12. Duration = 5
  13. })
  14.  
  15. while true do
  16. local rootPart = game.Players.LocalPlayer.Character.HumanoidRootPart
  17. rootPart.CFrame = workspace.Teleporters.HardFinish.Detector.CFrame
  18.  
  19. wait(0)
  20.  
  21. rootPart.CFrame = workspace.EndArea.Chest.CFrame
  22.  
  23. wait(0)
  24.  
  25. rootPart.CFrame = workspace.Teleporters.MediumFinish.Detector.CFrame
  26. end
  27.  
Advertisement
Add Comment
Please, Sign In to add comment