Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- spawn(function()
- while wait(0.5) do
- if AutoBuy.flags.Sword then
- if game.Players.LocalPlayer.Character:WaitForChild("HumanoidRootPart") then
- local oh1 = "buyAllSwords"
- local oh2 = {"Ground", "Astral Island", "Space Island","Tundra Island", "Eternal Island", "Sandstorm", "Thunderstorm", "Ancient Inferno Island", "Midnight Shadow Island", "Mythical Souls Island", "Winter Wonder Island"}
- for i = 1,#oh2 do
- game:GetService("Players").LocalPlayer.ninjaEvent:FireServer(oh1, oh2[i])
- end
- end
- end
- end
- end)
Add Comment
Please, Sign In to add comment