Advertisement
Glyoit

Untitled

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