Roblox Sword Fighting Tournament Points Hack 2014

Roblox Sword Fighting Tournament Points Hack 2014

ROBLOX Hack Sword Fight on the Heights Original. Speed-Ghost hacks and Sword Fighting tournament POINTS! Lighty's Jokes And Memes Channel.

Hack

Feb 15th, 2020
Never
Roblox Sword Fighting Tournament Points Hack 2014
Not a member of Pastebin yet?Sign Up, it unlocks many cool features!
  1. local ReplicatedStorage = game:GetService('ReplicatedStorage')
  2. local ServerStorage = game:GetService('ServerStorage')
  3. local MapsFolder = ServerStorage:WaitForChild('Maps')
  4. local Status = ReplicatedStorage:WaitForChild('Status')
  5. local GameLength = 50
  6. local reward = 50
  7. -- Game Loop
  8. while true do
  9. Status.Value = 'Waiting for enough players'
  10. repeat wait(1) until game.Players.NumPlayers >= 2
  11. Status.Value = 'Intermission'
  12. wait(10)
  13. local plrs = {}
  14. for i, player in pairs(game.Players:GetPlayers()) do
  15. table.insert(plrs,player) --Add each player into plrs table
  16. end
  17. wait(2)
  18. local AvailableMaps = MapsFolder:GetChildren()
  19. local ChosenMap = AvailableMaps[math.random(1,#AvailableMaps)]
  20. Status.Value = ChosenMap.Name.' Chosen'
  21. local ClonedMap = ChosenMap:Clone()
  22. local SpawnPoints = ClonedMap:FindFirstChild('SpawnPoints')
  23. if not SpawnPoints then
  24. end
  25. local AvailableSpawnPoints = SpawnPoints:GetChildren()
  26. for i, player in pairs(plrs) do
  27. Character = player.Character
  28. if Character then
  29. character:FindFirstChild('HumanoidRootPart').CFrame = AvailableSpawnPoints[1].CFrame
  30. -- Give them sword
  31. local Sword = ServerStorage.Sword:Clone()
  32. GameTag.Name = 'GameTag'
  33. --there is no character
  34. table.remove(plrs,i)
  35. end
  36. Status.Value = 'Get ready to play!'
  37. wait(2)
  38. for i = GameLength,0,-1 do
  39. for x, player in pairs(plrs) do
  40. --Left the game
  41. if character:FindFirstChild('GameTag') then
  42. print(player.name.' is still in the game!')
  43. --They're dead
  44. print(player.Name.' has been removed!')
  45. end
  46. table.remove(plrs,x)
  47. end
  48. Status.Value = 'There are '.i.' seconds remaining, and '.#plrs.' players left'
  49. if #plrs 1 then
  50. Status.Value = 'The winner is '.plrs(1).Name
  51. plrs(1).leaderstats.Bucks.Value = plrs(1).leaderstats.Bucks.Value + reward
  52. elseif #plrs 0 then
  53. break
  54. Status.Value = 'Time up!'
  55. end
  56. print('End of game')
  57. for i, player in pairs(game.Players:GetPlayers()) do
  58. -- Ignore them
  59. if character:FindFirstChild('GameTag') then
  60. end
  61. if player.Backpack:FindFirstChild('Sword') then
  62. end
  63. if character.Backpack:FindFirstChild('Sword') then
  64. end
  65. end
  66. player:LoadCharacter()
  67. end

Roblox Sword Fighting Tournament Points Hack 2014 Ultimate