Advertisement
Tryhell

bossfarm

Nov 3rd, 2019
137
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.44 KB | None | 0 0
  1. game.StarterGui:SetCore('SendNotification', {Duration = 10; Title='Tryhack'; Text=' Телерепорт к боссу включён '})
  2. _G.boss = true
  3. while _G.boss do
  4. wait()
  5.  
  6. if game:GetService("Workspace").bossFolder:FindFirstChild("RobotBoss"):FindFirstChild("HumanoidRootPart") then
  7. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Workspace.bossFolder.RobotBoss.HumanoidRootPart.CFrame
  8. end
  9. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement