Meliodas0_0

Inf Nitro Script

Jul 7th, 2019
789
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. local player = game:GetService("Players").LocalPlayer
  2. local playergui = player:WaitForChild("PlayerGui")
  3. local nitro = playergui.MainGui.Nitro
  4. local pguin = playergui.ProductGui.Nitro
  5. local pgui = playergui.ProductGui
  6.  
  7. nitro.Name = "big_oofs"
  8. pguin:Destroy()
  9. local new = Instance.new("Model", pgui)
  10. new.Name = "Nitro"
Advertisement
Add Comment
Please, Sign In to add comment