AirdHeee

Spin Quick Boku No Roblox Remastred

May 1st, 2019
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.40 KB | None | 0 0
  1. local me = game.Players.LocalPlayer
  2. local spinRemote = game:GetService("ReplicatedStorage").Remotes.Spin
  3.  
  4. function getFolder()
  5. for i,v in pairs(workspace:GetChildren()) do
  6. if v:IsA("Folder") and v:FindFirstChild("Spin") then
  7. return v
  8. end
  9. end
  10. end
  11.  
  12. while getFolder().PlayerData[me.Name].Quirk.Value ~= 0 do --replace 0 with the quirk id you want
  13. spinRemote:FireServer("CommonSpin")
  14. wait(1)
  15. end
Add Comment
Please, Sign In to add comment