Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- spawn(function()
- while wait(0.5) do
- if AutoBuy.flags.Rank then
- if game.Players.LocalPlayer.Character:WaitForChild("HumanoidRootPart") then
- local oh1 = "buyRank"
- local oh2 = game:GetService("ReplicatedStorage").Ranks.Ground:GetChildren()
- for i = 1,#oh2 do
- game:GetService("Players").LocalPlayer.ninjaEvent:FireServer(oh1, oh2[i].Name)
- end
- end
- end
- end
- end)
Add Comment
Please, Sign In to add comment