Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- game.StarterGui:SetCore("SendNotification", {
- Title = "as_3",
- Text = "WELCOME",
- Duration = 5
- })
- wait(5)
- game.StarterGui:SetCore("SendNotification", {
- Title = "as_3",
- Text = "by as_3",
- Duration = 5
- })
- while true do
- local rootPart = game.Players.LocalPlayer.Character.HumanoidRootPart
- rootPart.CFrame = workspace.Teleporters.HardFinish.Detector.CFrame
- wait(0)
- rootPart.CFrame = workspace.EndArea.Chest.CFrame
- wait(0)
- rootPart.CFrame = workspace.Teleporters.MediumFinish.Detector.CFrame
- end
Advertisement
Add Comment
Please, Sign In to add comment