Sep 19th, 2019
Never

Roblox Power Simulator Wiki

Roblox

About Us Hi there! We are Incurr’s Legacy, and Influux Studios, we recently hit 180k members on the game development group, 20M visits, and several hundred concurrent players. We’re looking for a low-poly, 3d modeler builder to join our team and build a brand new map for our current game, Elemental Power Simulator. We’d highly recommend only applying if you’re familiar with Anime.

Not a member of Pastebin yet?Sign Up, it unlocks many cool features!
  1. -- Game Link: https://www.roblox.com/games/1142908823/Sword-Simulator
  2. -- Version: 2.82
  3. --equip your sword first in order for it to work......
  4. local ScreenGui = Instance.new('ScreenGui')
  5. local TextLabel = Instance.new('TextLabel')
  6. local power = Instance.new('TextButton')
  7. local e = Instance.new('TextLabel')
  8. local TextLabel_3 = Instance.new('TextLabel')
  9. local TextLabel_5 = Instance.new('TextLabel')
  10. local open = Instance.new('TextButton')
  11. ScreenGui.Parent = game.CoreGui
  12. ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  13. Frame.Parent = ScreenGui
  14. Frame.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  15. Frame.BorderSizePixel = 3
  16. Frame.Position = UDim2.new(0.321611732, 0, 0.260756195, 0)
  17. Frame.Draggable = true
  18. TextLabel.Parent = Frame
  19. TextLabel.BackgroundColor3 = Color3.new(0.584314, 0.552941, 0.572549)
  20. TextLabel.BackgroundTransparency = 0.40000000596046
  21. TextLabel.Size = UDim2.new(0, 348, 0, 50)
  22. TextLabel.Text = 'Sword Sim'
  23. TextLabel.TextSize = 14
  24. kill.Name = 'kill'
  25. kill.BackgroundColor3 = Color3.new(0.258824, 0.329412, 0.313726)
  26. kill.Position = UDim2.new(0.0497387424, 0, 0.596938789, 0)
  27. kill.Font = Enum.Font.SciFi
  28. kill.TextColor3 = Color3.new(0, 0, 0)
  29. power.Parent = Frame
  30. power.BackgroundColor3 = Color3.new(0.258824, 0.329412, 0.313726)
  31. power.Position = UDim2.new(0.590595424, 0, 0.596938789, 0)
  32. power.Font = Enum.Font.SciFi
  33. power.TextColor3 = Color3.new(0, 0, 0)
  34. close.Parent = Frame
  35. close.BackgroundTransparency = 1
  36. close.Size = UDim2.new(0, 37, 0, 35)
  37. close.Text = 'x'
  38. close.TextSize = 30
  39. e.Name = 'e'
  40. e.BackgroundColor3 = Color3.new(1, 1, 1)
  41. e.Position = UDim2.new(0.212643683, 0, 0.163265303, 0)
  42. e.Font = Enum.Font.Highway
  43. e.TextColor3 = Color3.new(0.729412, 0.729412, 0.729412)
  44. TextLabel_2.BackgroundColor3 = Color3.new(1, 1, 1)
  45. TextLabel_2.Position = UDim2.new(0.212643683, 0, 0.418367296, 0)
  46. TextLabel_2.Font = Enum.Font.Highway
  47. TextLabel_2.TextColor3 = Color3.new(0.729412, 0.729412, 0.729412)
  48. TextLabel_3.BackgroundColor3 = Color3.new(1, 1, 1)
  49. TextLabel_3.Position = UDim2.new(0.221264362, 0, 0.326530635, 0)
  50. TextLabel_3.Font = Enum.Font.Highway
  51. TextLabel_3.TextColor3 = Color3.new(0.729412, 0.729412, 0.729412)
  52. TextLabel_4.BackgroundColor3 = Color3.new(1, 1, 1)
  53. TextLabel_4.Position = UDim2.new(0.18965517, 0, 0.341836751, 0)
  54. TextLabel_4.Font = Enum.Font.Highway
  55. TextLabel_4.TextColor3 = Color3.new(0.729412, 0.729412, 0.729412)
  56. TextLabel_5.BackgroundColor3 = Color3.new(1, 1, 1)
  57. TextLabel_5.Position = UDim2.new(0.212643668, 0, 0.673469365, 0)
  58. TextLabel_5.Font = Enum.Font.SciFi
  59. TextLabel_5.TextColor3 = Color3.new(0.807843, 0.141176, 0.0235294)
  60. TextLabel_6.BackgroundColor3 = Color3.new(1, 1, 1)
  61. TextLabel_6.Position = UDim2.new(0.212643683, 0, 0.816326559, 0)
  62. TextLabel_6.Font = Enum.Font.SciFi
  63. TextLabel_6.Text = 'You have to equip your sword for both of thes to work!'
  64. TextLabel_6.TextColor3 = Color3.new(0.807843, 0.141176, 0.0235294)
  65. open.Parent = ScreenGui
  66. open.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  67. open.Position = UDim2.new(-0.0109890113, 0, 0.799217761, 0)
  68. open.Visible = false
  69. open.Text = 'OPEN'
  70. open.TextColor3 = Color3.new(0.823529, 0.882353, 0.180392)
  71. local name = game.Players.LocalPlayer.Name
  72. if v.Name ~= game.Players.LocalPlayer.Name then
  73. local A_1 = game:GetService('Workspace')[v.Name].Humanoid
  74. local Event = game:GetService('Workspace')[name].sword.Handle.dmg.RemoteEvent:FireServer(A_1, A_2)
  75. print'equip your sword'
  76. end
  77. function power()
  78. local Event = game:GetService('Workspace')[name].sword.Handle.up.RemoteEvent:FireServer()
  79. game:GetService('RunService').stepped:connect(power)
  80. Frame.Visible = false
  81. end)
  82. open.MouseButton1Down:Connect(function()
  83. open.Visible = false
  84. -- Scripts:
  85. -- Farewell Infortality.
  86. --equip your sword first in order for it to work......
  87. local ScreenGui = Instance.new('ScreenGui')
  88. local TextLabel = Instance.new('TextLabel')
  89. local power = Instance.new('TextButton')
  90. local e = Instance.new('TextLabel')
  91. local TextLabel_3 = Instance.new('TextLabel')
  92. local TextLabel_5 = Instance.new('TextLabel')
  93. local open = Instance.new('TextButton')
  94. ScreenGui.Parent = game.CoreGui
  95. ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  96. Frame.Parent = ScreenGui
  97. Frame.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  98. Frame.BorderSizePixel = 3
  99. Frame.Position = UDim2.new(0.321611732, 0, 0.260756195, 0)
  100. Frame.Draggable = true
  101. TextLabel.Parent = Frame
  102. TextLabel.BackgroundColor3 = Color3.new(0.584314, 0.552941, 0.572549)
  103. TextLabel.BackgroundTransparency = 0.40000000596046
  104. TextLabel.Size = UDim2.new(0, 348, 0, 50)
  105. TextLabel.Text = 'Sword Sim'
  106. TextLabel.TextSize = 14
  107. kill.Name = 'kill'
  108. kill.BackgroundColor3 = Color3.new(0.258824, 0.329412, 0.313726)
  109. kill.Position = UDim2.new(0.0497387424, 0, 0.596938789, 0)
  110. kill.Font = Enum.Font.SciFi
  111. kill.TextColor3 = Color3.new(0, 0, 0)
  112. power.Parent = Frame
  113. power.BackgroundColor3 = Color3.new(0.258824, 0.329412, 0.313726)
  114. power.Position = UDim2.new(0.590595424, 0, 0.596938789, 0)
  115. power.Font = Enum.Font.SciFi
  116. power.TextColor3 = Color3.new(0, 0, 0)
  117. close.Parent = Frame
  118. close.BackgroundTransparency = 1
  119. close.Size = UDim2.new(0, 37, 0, 35)
  120. close.Text = 'x'
  121. close.TextSize = 30
  122. e.Name = 'e'
  123. e.BackgroundColor3 = Color3.new(1, 1, 1)
  124. e.Position = UDim2.new(0.212643683, 0, 0.163265303, 0)
  125. e.Font = Enum.Font.Highway
  126. e.TextColor3 = Color3.new(0.729412, 0.729412, 0.729412)
  127. TextLabel_2.BackgroundColor3 = Color3.new(1, 1, 1)
  128. TextLabel_2.Position = UDim2.new(0.212643683, 0, 0.418367296, 0)
  129. TextLabel_2.Font = Enum.Font.Highway
  130. TextLabel_2.TextColor3 = Color3.new(0.729412, 0.729412, 0.729412)
  131. TextLabel_3.BackgroundColor3 = Color3.new(1, 1, 1)
  132. TextLabel_3.Position = UDim2.new(0.221264362, 0, 0.326530635, 0)
  133. TextLabel_3.Font = Enum.Font.Highway
  134. TextLabel_3.TextColor3 = Color3.new(0.729412, 0.729412, 0.729412)
  135. TextLabel_4.BackgroundColor3 = Color3.new(1, 1, 1)
  136. TextLabel_4.Position = UDim2.new(0.18965517, 0, 0.341836751, 0)
  137. TextLabel_4.Font = Enum.Font.Highway
  138. TextLabel_4.TextColor3 = Color3.new(0.729412, 0.729412, 0.729412)
  139. TextLabel_5.BackgroundColor3 = Color3.new(1, 1, 1)
  140. TextLabel_5.Position = UDim2.new(0.212643668, 0, 0.673469365, 0)
  141. TextLabel_5.Font = Enum.Font.SciFi
  142. TextLabel_5.TextColor3 = Color3.new(0.807843, 0.141176, 0.0235294)
  143. TextLabel_6.BackgroundColor3 = Color3.new(1, 1, 1)
  144. TextLabel_6.Position = UDim2.new(0.212643683, 0, 0.816326559, 0)
  145. TextLabel_6.Font = Enum.Font.SciFi
  146. TextLabel_6.Text = 'You have to equip your sword for both of thes to work!'
  147. TextLabel_6.TextColor3 = Color3.new(0.807843, 0.141176, 0.0235294)
  148. open.Parent = ScreenGui
  149. open.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  150. open.Position = UDim2.new(-0.0109890113, 0, 0.799217761, 0)
  151. open.Visible = false
  152. open.Text = 'OPEN'
  153. open.TextColor3 = Color3.new(0.823529, 0.882353, 0.180392)
  154. local name = game.Players.LocalPlayer.Name
  155. if v.Name ~= game.Players.LocalPlayer.Name then
  156. local A_1 = game:GetService('Workspace')[v.Name].Humanoid
  157. local Event = game:GetService('Workspace')[name].sword.Handle.dmg.RemoteEvent:FireServer(A_1, A_2)
  158. print'equip your sword'
  159. end
  160. function power()
  161. local Event = game:GetService('Workspace')[name].sword.Handle.up.RemoteEvent:FireServer()
  162. game:GetService('RunService').stepped:connect(power)
  163. Frame.Visible = false
  164. end)
  165. open.MouseButton1Down:Connect(function()
  166. open.Visible = false
  167. -- Scripts:

Roblox Super Power Simulator Codes

Super Power Simulator Codes can give various loot, like – pets, coins, gems and more. When other Roblox players try to make money, these promocodes make life easy for you.

Bookmark this page, we will often update it with new codes for the game.

How to hack in roblox jailbreak

Super Power Simulator Codes (Active)

Power Simulator Map Roblox Script

The following is a list of all the different codes and what you get when you put them in.

  • RELEASE: Enter this code to get free elixir.
  • GamingDan: Will be working soon.
Power

Super Power Simulator Codes (Out of Date)

The following list is of codes that used to be in the game, but they are no longer available for use. Don’t worry, if you have already put in these codes, you won’t lose what you got!

  • None.

Power Simulator Map Roblox Game

How to Redeem Codes in Super Power Simulator

If you’re playing Roblox, odds are that you’ll be redeeming a Promo Code at some point.

Roblox

If you’re not sure how to do this, please follow the instructions below:

All red chips fnaf world. If you need tips for the challenges, I will aid you to the best of my ability.I love vodka.

  1. Click on settings (grey button on the left side), you can enter secret codes in the last tab of the new window, once done just click on Redeem.

Super Power Training Sim Map

If you still have any problem about using codes you can watch this video:

Super Power Training Simulator Map

Welcome to Super Power Simulator

Complete the quests given in the city and unlock new all-powerful skills. In an exciting city full of good and bad guys looking for a fight! Train your self to become the best hero or villain in all of Robloxia.

Roblox vehicle simulator fastest car. Camber angle is the angle made by the wheels of a vehicle; specifically, it is the angle between the vertical axis of the wheels used for steering and the vertical axis of the vehicle when viewed from the front or rear.It is used in the design of steering and suspension. If the top of the wheel is farther out than the bottom (that is, away from the axle), it is called positive. This is a list of the fastest cars in the game. This assumes that all cars have been tuned to their maximum (with pro long gear) and the speed has been listed in KMH and MPH. The Insanity perk has not been taken into consideration, considering how you have to pay to use it. Nitro used to reach Top Speed. By default, the Cars are listed from Fastest to Slowest (Top Speed). Cars without speed. Vehicle Simulator is a game created by Simbuilder on August 10, 2014. It mostly revolves around driving/racing. 1 Vehicles 2 Dealerships 2.1 Auto car dealership 2.2 Supercars 2.3 Unknown 3 Locations 3.1 Known locations 3.2 Workshops 3.3 Unpopular areas 3.4 Easter eggs 4 Gallery 5 Trivia These.

Note: We can’t make new promo codes. Only Rumble Studios admins can make new codes.

Map Of Roblox Power Simulator 2019

That’s all! We hope the guide – “Roblox Super Power Simulator Codes” helps you. If you have any questions, please comment below. Feel free to contribute to the guide!

Super Power Simulator Map

Recommended for You

Power Simulator Map Roblox Uncopylocked

  • Roblox Promo Codes List.
  • Roblox Blox Fruits Codes.
  • Roblox Hero Havoc Codes.
  • Roblox Pickaxe Simulator Codes.
  • Roblox Speed Champions Codes.
  • Roblox One Piece Rose Codes.
  • Roblox SharkBite Codes.
  • Roblox Katana Simulator Codes.
  • Roblox RPG Simulator Codes.
  • Roblox Epic Minigames Codes.
  • Roblox High School 2 Codes.
  • Roblox Heroes Online Codes.
  • Roblox Ro Slayers Codes.

You May Also Like