Base Stats Of Magma Horror Wizard Simulator Roblox

Click here for Wizard Simulator codes!https://pastebin.com/eFnmZsjr. Set in the golden days in the American Frontier, The Wild West is an action-packed, outlaw infested Western RPG where anything can happen! Join My Discord for giveaways!:may have noticed I haven't used the intro for this video! This is because the intro causes uploa.

Codes For Karate Simulator Roblox 2018 It really is like no times without men and women talking about it. 1259 am 25 feb 2018. R Karate Simulator Killlevel Scr. Codes for karate simulator roblox 2018. Pastebin.com is the number one paste tool since 2002. Pastebin is a website where you can store text online for a set period of time. ROBLOX CODE ALL PROMO CODE AND NEWS ROBLOX GAME. Klasik; Kartu Lipat; Majalah. NEW^^CODE Epic Minigames. NEW^^CODE.Mad City ⭐Season 3 ⭐ NEW CODE^^Potion Simulator. NEW CODE^^Potion Simulator 1. NEW.CODE.Epic Minigames. NEW CODEMINIGAMES! Robloxian Highschool. 2 CODE FEBUARY REDEPLOY! #NEW CODE UPDATE#Zen! Karate. ROBLOX CODE ALL PROMO CODE AND NEWS ROBLOX GAME. Klasik; Kartu Lipat; Majalah; Mozaik; Bilah Sisi. #NEW CODE UPDATE#Zen! Karate Chop Simulator. Diposting 29th June 2018 oleh hafes. 2 Lihat komentar ROBLOX CODE ALL PROMO CODE AND NEWS ROBLOX GAME.

Radio for roblox. This is a demo application for the Your Radio App (Single Station) on Codecanyon, you can purchase this app template here:Radio App (Single Station) is single station version of Your Radio App that used for listen your online radio streaming from Android smartphone, designed using Material Design make this app look beautiful and user friendly.

Aug 22nd, 2019
Base stats of magma horror wizard simulator roblox codes
Never
Not a member of Pastebin yet?Sign Up, it unlocks many cool features!
  1. amount = 2 --Increase this if you use spells that require a lot of mana.
  2. --For example if your spell costs 100 mana change this to 100.
  3. local Gui = Instance.new('ScreenGui')
  4. local Button1 = Instance.new('TextLabel')
  5. local Button3 = Instance.new('TextLabel')
  6. Gui.Parent = game.CoreGui
  7. Bar.Name = 'Bar'
  8. Bar.Active = true
  9. Bar.Draggable = true
  10. Bar.Selectable = true
  11. Button1.Parent = Bar
  12. Button1.BackgroundColor3 = Color3.new(0.6, 0.2, 0.2)
  13. Button1.Size = UDim2.new(0, 148, 0, 33)
  14. Button1.Text = 'Flying-Off (V)'
  15. Button1.TextSize = 30
  16. Button2.Name = 'TextButton2'
  17. Button2.BackgroundColor3 = Color3.new(0.2, 0.2, 0.2)
  18. Button2.Size = UDim2.new(0, 150, 0, 33)
  19. Button2.Text = 'X-SavePos'
  20. Button2.TextSize = 30
  21. Button3.Name = 'TextButton3'
  22. Button3.BackgroundColor3 = Color3.new(0.2, 0.2, 0.2)
  23. Button3.Size = UDim2.new(0, 150, 0, 33)
  24. Button3.Text = 'C-TpToPos'
  25. Button3.TextSize = 30
  26. Button4.Name = 'TextButton4'
  27. Button4.BackgroundColor3 = Color3.new(0.2, 0.2, 0.2)
  28. Button4.Size = UDim2.new(0, 150, 0, 33)
  29. Button4.Text = 'R-TpToMouse'
  30. Button4.TextSize = 30
  31. flying = false
  32. local Imput = game:GetService('UserInputService')
  33. local Mouse = Plr:GetMouse()
  34. local T = Plr.Character.HumanoidRootPart
  35. local lCONTROL = {F = 0, B = 0, L = 0, R = 0}
  36. if flying true then
  37. local BG = Instance.new('BodyGyro', Plr.Character.HumanoidRootPart)
  38. local BV = Instance.new('BodyVelocity', Plr.Character.HumanoidRootPart)
  39. BG.maxTorque = Vector3.new(9e9, 9e9, 9e9)
  40. BG.cframe = Plr.Character.HumanoidRootPart.CFrame
  41. BV.maxForce = Vector3.new(9e9, 9e9, 9e9)
  42. repeat wait()
  43. if CONTROL.L + CONTROL.R ~= 0 or CONTROL.F + CONTROL.B ~= 0 then
  44. elseif not (CONTROL.L + CONTROL.R ~= 0 or CONTROL.F + CONTROL.B ~= 0) and SPEED ~= 0 then
  45. end
  46. if (CONTROL.L + CONTROL.R) ~= 0 or (CONTROL.F + CONTROL.B) ~= 0 then
  47. BV.velocity = ((workspace.CurrentCamera.CoordinateFrame.lookVector * (CONTROL.F + CONTROL.B)) + ((workspace.CurrentCamera.CoordinateFrame * CFrame.new(CONTROL.L + CONTROL.R, (CONTROL.F + CONTROL.B) * 0.2, 0).p) - workspace.CurrentCamera.CoordinateFrame.p)) * SPEED
  48. lCONTROL = {F = CONTROL.F, B = CONTROL.B, L = CONTROL.L, R = CONTROL.R}
  49. elseif (CONTROL.L + CONTROL.R) 0 and (CONTROL.F + CONTROL.B) 0 and SPEED ~= 0 then
  50. BV.velocity = ((workspace.CurrentCamera.CoordinateFrame.lookVector * (lCONTROL.F + lCONTROL.B)) + ((workspace.CurrentCamera.CoordinateFrame * CFrame.new(lCONTROL.L + lCONTROL.R, (lCONTROL.F + lCONTROL.B) * 0.2, 0).p) - workspace.CurrentCamera.CoordinateFrame.p)) * SPEED
  51. BV.velocity = Vector3.new(0, 0, 0)
  52. BG.cframe = workspace.CurrentCamera.CoordinateFrame
  53. CONTROL = {F = 0, B = 0, L = 0, R = 0}
  54. SPEED = 0
  55. BV:destroy()
  56. end)
  57. end
  58. Mouse.KeyDown:connect(function(KEY)
  59. CONTROL.F = speedfly
  60. CONTROL.B = -speedfly
  61. CONTROL.L = -speedfly
  62. CONTROL.R = speedfly
  63. end)
  64. if KEY:lower() 'w' then
  65. elseif KEY:lower() 's' then
  66. elseif KEY:lower() 'a' then
  67. elseif KEY:lower() 'd' then
  68. end
  69. fly()
  70. game.Players.LocalPlayer:GetMouse().KeyDown:connect(function(key)
  71. if flying true then flying = false print('Disabled Flying')
  72. Button1.Text = 'Flying-Off (V)'
  73. Button1.BackgroundColor3 = Color3.new(0.6, 0.2, 0.2)
  74. flying false then flying = true print('Enabled Flying')
  75. Button1.Text = 'Flying-on (V)'
  76. Button1.BackgroundColor3 = Color3.new(0.2, 0.6, 0.2)
  77. end
  78. flying = false
  79. end)
  80. function To(position)
  81. if Chr ~= nil then
  82. end
  83. game.Players.LocalPlayer:GetMouse().KeyDown:connect(function(key)
  84. To(Mouse.Hit.p)
  85. Button4.BackgroundColor3 = Color3.new(0.2, 0.6, 0.2)
  86. Button4.BackgroundColor3 = Color3.new(0.2, 0.2, 0.2)
  87. end)
  88. game.Players.LocalPlayer:GetMouse().KeyDown:connect(function(key)
  89. savedpos = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
  90. stringpos = game.Players.LocalPlayer.Character.HumanoidRootPart.Position
  91. Button2.BackgroundColor3 = Color3.new(0.2, 0.6, 0.2)
  92. Button2.BackgroundColor3 = Color3.new(0.2, 0.2, 0.2)
  93. end)
  94. game.Players.LocalPlayer:GetMouse().KeyDown:connect(function(key)
  95. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = savedpos
  96. Button3.BackgroundColor3 = Color3.new(0.2, 0.6, 0.2)
  97. Button3.BackgroundColor3 = Color3.new(0.2, 0.2, 0.2)
  98. end)
  99. game:GetService('RunService').Stepped:connect(function()
  100. for _,v in pairs(game.Players.LocalPlayer.Character:GetDescendants()) do
  101. or v.ClassName 'MeshPart' then
  102. end
  103. end)
  104. while wait(0) do
  105. if Level 'Forest' then
  106. end
  107. Area = CFrame.new(-582.58, 67.02, 778.98)
  108. if Level 'Wilderness' then
  109. end
  110. Area = CFrame.new(-2142.82, 28.79, 258.85)
  111. if Level 'Sea' then
  112. end
  113. Area = CFrame.new(-1029.66, 39.64, -1811.14)
  114. Level = game.Players.LocalPlayer.Level.Value
  115. if tonumber(game.Players.LocalPlayer.Mana.Value) < amount then
  116. pos = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
  117. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = Area
  118. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = pos
  119. end
  120. if game.Players.LocalPlayer.Character:FindFirstChild('Humanoid') then
  121. if tonumber(game.Players.LocalPlayer.Character.Humanoid.Health) 0 then
  122. pos2 = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
  123. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = pos2
  124. end
  125. end
Feb 8th, 2019

Base Stats Of Magma Horror Wizard Simulator Roblox Exploit

Never
Not a member of Pastebin yet?Sign Up, it unlocks many cool features!
  1. -- Roblox Username AndreKing2019
  2. -- Version: 2.82
  3. local VehicleSimulatorFuhaxor = Instance.new('ScreenGui')
  4. local Open = Instance.new('TextButton')
  5. local BeautyA = Instance.new('Frame')
  6. local BeautyB = Instance.new('Frame')
  7. local Torque = Instance.new('TextButton')
  8. local TptoCrate = Instance.new('TextButton')
  9. local NST = Instance.new('TextBox')
  10. local NitroForce = Instance.new('TextButton')
  11. local Speed = Instance.new('TextButton')
  12. local CrateESP = Instance.new('TextButton')
  13. local GiveAllPerks = Instance.new('TextButton')
  14. local JumpHeight = Instance.new('TextButton')
  15. local AutoFarm = Instance.new('TextButton')
  16. local BrakingT = Instance.new('TextBox')
  17. VehicleSimulatorFuhaxor.Name = 'Vehicle Simulator Fuhaxor'
  18. VehicleSimulatorFuhaxor.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  19. OpenFrame.Name = 'OpenFrame'
  20. OpenFrame.BackgroundColor3 = Color3.new(0.666667, 0, 0.498039)
  21. OpenFrame.BorderColor3 = Color3.new(0.666667, 0, 0.498039)
  22. OpenFrame.Position = UDim2.new(0, 0, 0.47716558, 0)
  23. Open.MouseButton1Down:connect(function()
  24. OpenFrame.Visible = false
  25. Open.Parent = OpenFrame
  26. Open.BackgroundColor3 = Color3.new(0.666667, 0, 0.498039)
  27. Open.BorderColor3 = Color3.new(0.666667, 0, 0.498039)
  28. Open.Font = Enum.Font.Cartoon
  29. Open.TextColor3 = Color3.new(1, 1, 1)
  30. Main.Parent = VehicleSimulatorFuhaxor
  31. Main.BackgroundColor3 = Color3.new(0.133333, 0.133333, 0.133333)
  32. Main.Position = UDim2.new(0.376574308, 0, 0.178571433, 0)
  33. Main.Visible = false
  34. BeautyA.Parent = Main
  35. BeautyA.BackgroundColor3 = Color3.new(0.666667, 0, 1)
  36. BeautyA.BorderColor3 = Color3.new(0.0627451, 0.0627451, 0.0627451)
  37. BeautyA.Size = UDim2.new(0, 439, 0, 25)
  38. Name.Name = 'Name'
  39. Name.BackgroundColor3 = Color3.new(1, 1, 1)
  40. Name.BorderSizePixel = 0
  41. Name.Size = UDim2.new(0, 154, 0, 25)
  42. Name.Text = 'Vehicle Simulator Succ '
  43. Name.TextSize = 20
  44. BeautyB.Name = 'BeautyB'
  45. BeautyB.BackgroundColor3 = Color3.new(0.666667, 0, 1)
  46. BeautyB.BorderColor3 = Color3.new(0.0627451, 0.0627451, 0.0627451)
  47. BeautyB.Position = UDim2.new(0, 0, 0.91366905, 0)
  48. Credit.Parent = BeautyB
  49. Credit.BackgroundTransparency = 1
  50. Credit.Size = UDim2.new(0, 439, 0, 24)
  51. Credit.Text = 'Gui Made By Duky #4715 , Scripts Made By someone'
  52. Credit.TextSize = 16
  53. Torque.Name = 'Torque'
  54. Torque.BackgroundColor3 = Color3.new(0.666667, 0, 1)
  55. Torque.Position = UDim2.new(0.679532647, 0, 0.169338807, 0)
  56. Torque.Font = Enum.Font.Cartoon
  57. Torque.TextColor3 = Color3.new(1, 1, 1)
  58. Torquet.Parent = Torque
  59. Torquet.BackgroundColor3 = Color3.new(0.666667, 0, 1)
  60. Torquet.Position = UDim2.new(1.08955228, 0, 4.47034836e-08, 0)
  61. Torquet.Font = Enum.Font.Cartoon
  62. Torquet.TextColor3 = Color3.new(0, 0, 0)
  63. Torquet.TextWrapped = true
  64. TptoCrate.Name = 'TptoCrate'
  65. TptoCrate.BackgroundColor3 = Color3.new(0.666667, 0, 1)
  66. TptoCrate.Position = UDim2.new(0.0262044966, 0, 0.165741712, 0)
  67. TptoCrate.Font = Enum.Font.Cartoon
  68. TptoCrate.TextColor3 = Color3.new(1, 1, 1)
  69. NitroSpeed.Parent = Main
  70. NitroSpeed.BackgroundColor3 = Color3.new(0.666667, 0, 1)
  71. NitroSpeed.Position = UDim2.new(0.346034855, 0, 0.169338807, 0)
  72. NitroSpeed.Font = Enum.Font.Cartoon
  73. NitroSpeed.TextColor3 = Color3.new(1, 1, 1)
  74. NitroSpeed.TextSize = 13
  75. NST.Parent = NitroSpeed
  76. NST.BackgroundColor3 = Color3.new(0.666667, 0, 1)
  77. NST.Position = UDim2.new(1.08955228, 0, 4.47034836e-08, 0)
  78. NST.Font = Enum.Font.Cartoon
  79. NST.TextColor3 = Color3.new(0, 0, 0)
  80. NST.TextWrapped = true
  81. TeleportToCar.Name = 'TeleportToCar'
  82. TeleportToCar.BackgroundColor3 = Color3.new(0.666667, 0, 1)
  83. TeleportToCar.Position = UDim2.new(0.026204519, 0, 0.332408428, 0)
  84. TeleportToCar.Font = Enum.Font.Cartoon
  85. TeleportToCar.TextColor3 = Color3.new(1, 1, 1)
  86. TeleportToCar.TextSize = 20
  87. NitroForce.Parent = Main
  88. NitroForce.BackgroundColor3 = Color3.new(0.666667, 0, 1)
  89. NitroForce.Position = UDim2.new(0.346034855, 0, 0.336005569, 0)
  90. NitroForce.Font = Enum.Font.Cartoon
  91. NitroForce.TextColor3 = Color3.new(1, 1, 1)
  92. NitroForce.TextWrapped = true
  93. NFT.Name = 'NFT'
  94. NFT.BackgroundColor3 = Color3.new(0.666667, 0, 1)
  95. NFT.Position = UDim2.new(1.08955228, 0, 4.47034836e-08, 0)
  96. NFT.Font = Enum.Font.Cartoon
  97. NFT.TextColor3 = Color3.new(0, 0, 0)
  98. NFT.TextWrapped = true
  99. Speed.Name = 'Speed'
  100. Speed.BackgroundColor3 = Color3.new(0.666667, 0, 1)
  101. Speed.Position = UDim2.new(0.679532647, 0, 0.336005569, 0)
  102. Speed.Font = Enum.Font.Cartoon
  103. Speed.TextColor3 = Color3.new(1, 1, 1)
  104. SpeedBind.Parent = Speed
  105. SpeedBind.BackgroundColor3 = Color3.new(0.666667, 0, 1)
  106. SpeedBind.Position = UDim2.new(1.08955228, 0, 4.47034836e-08, 0)
  107. SpeedBind.Font = Enum.Font.Cartoon
  108. SpeedBind.TextColor3 = Color3.new(0, 0, 0)
  109. SpeedBind.TextWrapped = true
  110. CrateESP.Name = 'CrateESP'
  111. CrateESP.BackgroundColor3 = Color3.new(0.666667, 0, 1)
  112. CrateESP.Position = UDim2.new(0.0262044966, 0, 0.748543978, 0)
  113. CrateESP.Font = Enum.Font.Cartoon
  114. CrateESP.TextColor3 = Color3.new(1, 1, 1)
  115. SuperCar.Parent = Main
  116. SuperCar.BackgroundColor3 = Color3.new(0.666667, 0, 1)
  117. SuperCar.Position = UDim2.new(0.355146468, 0, 0.748544037, 0)
  118. SuperCar.Font = Enum.Font.Cartoon
  119. SuperCar.TextColor3 = Color3.new(1, 1, 1)
  120. GiveAllPerks.Parent = Main
  121. GiveAllPerks.BackgroundColor3 = Color3.new(0.666667, 0, 1)
  122. GiveAllPerks.Position = UDim2.new(0.695478082, 0, 0.748543978, 0)
  123. GiveAllPerks.Font = Enum.Font.Cartoon
  124. GiveAllPerks.TextColor3 = Color3.new(1, 1, 1)
  125. Close.Parent = Main
  126. Close.BackgroundTransparency = 1
  127. Close.Position = UDim2.new(0.935208917, 0, -0.00128471851, 0)
  128. Close.Font = Enum.Font.SourceSans
  129. Close.TextColor3 = Color3.new(1, 1, 1)
  130. Close.MouseButton1Down:connect(function()
  131. Main.Visible = false
  132. JumpHeight.Parent = Main
  133. JumpHeight.BackgroundColor3 = Color3.new(0.666667, 0, 1)
  134. JumpHeight.Position = UDim2.new(0.346034855, 0, 0.497876078, 0)
  135. JumpHeight.Font = Enum.Font.Cartoon
  136. JumpHeight.TextColor3 = Color3.new(1, 1, 1)
  137. JumpHeight.TextSize = 15
  138. JHT.Parent = JumpHeight
  139. JHT.BackgroundColor3 = Color3.new(0.666667, 0, 1)
  140. JHT.Position = UDim2.new(1.08955193, 0, 0, 0)
  141. JHT.Font = Enum.Font.Cartoon
  142. JHT.TextColor3 = Color3.new(0, 0, 0)
  143. JHT.TextWrapped = true
  144. AutoFarm.Name = 'AutoFarm'
  145. AutoFarm.BackgroundColor3 = Color3.new(0.666667, 0, 1)
  146. AutoFarm.Position = UDim2.new(0.0262044966, 0, 0.496676952, 0)
  147. AutoFarm.Font = Enum.Font.Cartoon
  148. AutoFarm.TextColor3 = Color3.new(1, 1, 1)
  149. Braking.Parent = Main
  150. Braking.BackgroundColor3 = Color3.new(0.666667, 0, 1)
  151. Braking.Position = UDim2.new(0.679532647, 0, 0.494278967, 0)
  152. Braking.Font = Enum.Font.Cartoon
  153. Braking.TextColor3 = Color3.new(1, 1, 1)
  154. Braking.TextSize = 23
  155. BrakingT.Parent = Braking
  156. BrakingT.BackgroundColor3 = Color3.new(0.666667, 0, 1)
  157. BrakingT.Position = UDim2.new(1.08955228, 0, 4.47034836e-08, 0)
  158. BrakingT.Font = Enum.Font.Cartoon
  159. BrakingT.TextColor3 = Color3.new(0, 0, 0)
  160. BrakingT.TextWrapped = true
  161. local vehicle = workspace.Vehicles:getChildren()
  162. if vehicle[i]:findFirstChild('owner') then
  163. if vehicle[i].owner.Value game.Players.LocalPlayer.Name then
  164. end
  165. end
  166. local waitTime = 3 --This will be the time it takes (seconds) until your car resets. See line 37
  167. local hint = Instance.new('Hint', Workspace) hint.Text = 'Vehicle Simulator Autofarm loading..'
  168. local go = true
  169. function findVehicle() --Finds your vehicle
  170. while not found do --Loops until your vehicle has been found
  171. local vehicles = Workspace.Vehicles:getChildren()
  172. if vehicles[i]:findFirstChild'owner' then
  173. if vehicles[i].owner.Value game:GetService'Players'.LocalPlayer.Name then -- Found your vehicle
  174. found = true --Setting found to true so loop breaks
  175. vehicle = vehicles[i] -- Declares vehicle variable to your vehicle
  176. vehStats = vehicle.Handling -- Declares vehStats variable to vehicle stats folder
  177. vehStats.Torque.Value = 60000
  178. vehStats.SteeringRadiusConstant.Value = 120000000
  179. elseif vehicles[i + 1] nil and not found then
  180. hint.Text = 'Please spawn and enter your vehicle!' --Your vehicle does not exist in the Workspace
  181. end
  182. wait(1) --Waiting before checking again so we don't crash
  183. wait(2) --We've found the car. Waiting so the car can be properly placed on the highway
  184. vehicle.PrimaryPart = vehicle.Chassis.VehicleSeat
  185. function farm() --This is where the magic happens :)
  186. hint.Text = 'Finished loading! Autofarm initialized.'
  187. while wait(waitTime) do --Waits x seconds before resetting car
  188. vehicle:SetPrimaryPartCFrame(CFrame.new(-2470,60,777)) --Teleports vehicle to highway
  189. game:GetService'VirtualUser':SetKeyUp('w') --Resets W key
  190. game:GetService'VirtualUser':SetKeyDown('w') --Presses W key to go forward
  191. end
  192. while go do
  193. if not pcall(farm()) then --Calls farm function & checks for errors
  194. found = false --If it errors, it sets found to false and continues looking for your vehicle.
  195. end
  196. end)
  197. SuperCar.MouseButton1Down:connect(function()
  198. myCar.Handling.MaxSpeed.Value = 10000
  199. myCar.Handling.SteeringRadiusConstant.Value = 15000
  200. myCar.Handling.Nitro.NitroSpeed.Value = 100000
  201. myCar.Handling.Braking.Value = 100000
  202. myCar.Handling.TurboJump.TurboJumpHeight.Value = 25
  203. findCar()
  204. myCar.Handling.SteeringRadiusConstant.Value = 15000
  205. findCar()
  206. end)
  207. NitroSpeed.MouseButton1Down:connect(function()
  208. myCar.Handling.Nitro.NitroSpeed.Value = NST.Text
  209. findCar()
  210. end)
  211. JumpHeight.MouseButton1Down:connect(function()
  212. myCar.Handling.TurboJump.TurboJumpHeight.Value = JHT.Text
  213. findCar()
  214. end)
  215. GiveAllPerks.MouseButton1Down:connect(function()
  216. game:GetService('Players').LocalPlayer.UserId = 1099580
  217. local crates = workspace:getChildren()
  218. if crates[i].ClassName 'Model' then
  219. for i=1,#crates2 do
  220. local crates3 = crates2[i]:getChildren()
  221. if crates3[i].ClassName 'MeshPart' then
  222. if crates3[i]:findFirstChild('BoxHandleAdornment') then
  223. crates3[i]:findFirstChild('BoxHandleAdornment'):Remove()
  224. local a = Instance.new('BoxHandleAdornment',crates3[i])
  225. a.SizeRelativeOffset = Vector3.new(0,135,0)
  226. a.Transparency = 0.5
  227. a.Adornee = crates3[i]
  228. local b = Instance.new('BoxHandleAdornment',crates3[i])
  229. b.Color3 = Color3.fromRGB(0,0,255)
  230. b.AlwaysOnTop = true
  231. b.ZIndex = 1
  232. end
  233. end
  234. end
  235. end
  236. local crates = workspace:getChildren()
  237. if crates[i].ClassName 'Model' then
  238. for i=1,#crates2 do
  239. local crates3 = crates2[i]:getChildren()
  240. if crates3[i].ClassName 'MeshPart' then
  241. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(crates3[i].Position.X+30,crates3[i].Position.Y+5,crates3[i].Position.Z))
  242. game.Players.LocalPlayer.Character.Humanoid:MoveTo(Vector3.new(crates3[i].Position.X,crates3[i].Position.Y,crates3[i].Position.Z))
  243. end
  244. end
  245. end
  246. end
  247. TeleportToCar.MouseButton1Down:connect(function()
  248. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(myCar.Chassis.VehicleSeat.Position+myCar.Chassis.VehicleSeat.SeatOffset.Value)
  249. --] Updated 02.02.2019

Base Stats Of Magma Horror Wizard Simulator Roblox

RAW Paste Data