GUI_Maker_Roblox

Swords

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