Advertisement
Guest User

Boku no roblox

a guest
Mar 31st, 2019
3,871
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.95 KB | None | 0 0
  1. 0 - Engine
  2. 1 - this is probably hhhc, but i havent checked it so its just a guess
  3. 2 - One for All
  4. 3 - Quirkless
  5. 4 - Zero Gravity
  6. 5 - Regen
  7. 6 - Explosion
  8. 7 - Electrification
  9. 8 - Warp Gate
  10. 9 - Gigantification
  11. 10 - Voice
  12. 11 - Air Propulsion
  13. 12 - Shock Absorbtion
  14. 13 -
  15. 14 - Hardening
  16. 15 - Hellflame
  17. 16 - Overhaul
  18. 17 - Jet
  19. 18 - Black Hole
  20. 19 - Cremation
  21. 20 - Dark Shadow
  22. 21 -
  23. 22 - Permeation
  24. 23 - Pop Off
  25. 24 - Somnambulist
  26. 25 - Navel Laser
  27. 26 - Decay
  28. 27 - Acid
  29. 28 - Creation
  30.  
  31. ------------------------------------------------
  32.  
  33. local me = game.Players.LocalPlayer
  34. local spinRemote = game:GetService("ReplicatedStorage").Remotes.Spin
  35.  
  36. function getFolder()
  37. for i,v in pairs(workspace:GetChildren()) do
  38. if v:IsA("Folder") and v:FindFirstChild("Spin") then
  39. return v
  40. end
  41. end
  42. end
  43.  
  44. while getFolder().PlayerData[me.Name].Quirk.Value ~= 0 do --replace 0 with the quirk id you want
  45. spinRemote:FireServer("CommonSpin")
  46. wait(1)
  47. end
  48. vouches:38
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement