GUI_Maker_Roblox

asdasdasdasd

Feb 21st, 2020
147
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.36 KB | None | 0 0
  1. spawn(function()
  2. while wait(0.5) do
  3. if AutoBuy.flags.Rank then
  4. if game.Players.LocalPlayer.Character:WaitForChild("HumanoidRootPart") then
  5. local oh1 = "buyRank"
  6. local oh2 = game:GetService("ReplicatedStorage").Ranks.Ground:GetChildren()
  7. for i = 1,#oh2 do
  8. game:GetService("Players").LocalPlayer.ninjaEvent:FireServer(oh1, oh2[i].Name)
  9. end
  10. end
  11. end
  12. end
  13. end)
Add Comment
Please, Sign In to add comment