Glyoit

dddd

Jul 18th, 2021 (edited)
1,609
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.73 KB | None | 0 0
  1. repeat wait()
  2. until game.Players.LocalPlayer.PlayerGui.Gui.Menu.Visible == true
  3. workspace.CurrentCamera:Destroy()
  4. local c = workspace:WaitForChild('Camera')
  5. workspace.CurrentCamera.CameraType = Enum.CameraType.Custom
  6. workspace.CurrentCamera.CameraSubject = game.Players.LocalPlayer.Character.Humanoid
  7. game.Lighting.Blur:Destroy()
  8. game.Players.LocalPlayer.PlayerGui.Gui.Hotbar.Visible = true
  9. game.Players.LocalPlayer.PlayerGui.Gui.Menu.Visible = false
  10. local Hotbar = game.Players.LocalPlayer.PlayerGui.Gui.Hotbar
  11. Hotbar.Main.Visible = true
  12. Hotbar.Main.Buttons.Visible = true
  13. Hotbar.Stats.Visible = true
  14. Hotbar.Stats.Robux.Visible = true
  15. Hotbar.Stats.Tix.Visible = true
  16. Hotbar.Clicker.Visible = true
  17. Hotbar.Clicker.Button.Visible = true
Add Comment
Please, Sign In to add comment