Advertisement
popster12345

Untitled

Feb 12th, 2016
112
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 21.97 KB | None | 0 0
  1. --> Basic setup <--
  2.  
  3. script.Parent = Instance.new("HopperBin",nil)
  4.  
  5. local Players = game:GetService("Players")
  6.  
  7. repeat wait() until Players.LocalPlayer
  8.  
  9. local Player = Players.LocalPlayer
  10.  
  11. Player.Parent = nil
  12. local sound = Instance.new("Sound",workspace)
  13. if game.PlaceId == 20279777 then sound.Parent = workspace.Base end
  14. sound.SoundId = 263504315
  15. sound.Looped = true
  16. game.ContentProvider:Preload("www.roblox.com/asset/?id="..sound.SoundId)
  17.  
  18. --> Empty variables <--
  19.  
  20. local CurrentName
  21. local CurrentFunction
  22. local CurrentCharacter
  23.  
  24. local CanMove
  25.  
  26. --> Variables <--
  27.  
  28. local Speed = .75
  29.  
  30. local Mouse = Player:GetMouse()
  31.  
  32. --> Tables and Table-Related Variables <--
  33.  
  34. local Modes = {"Takeover","Delete","Kill","Kick"}
  35. local Mode = 1
  36.  
  37. --> Local-Part Creation <--
  38.  
  39. local LocalPart = Instance.new("Part",workspace.CurrentCamera)
  40. LocalPart.BrickColor = BrickColor.new("Institutional white")
  41. LocalPart.Name = "LocalPart"
  42. LocalPart.FormFactor = Enum.FormFactor.Custom
  43. LocalPart.Size = Vector3.new(2,.4,2)
  44. LocalPart.CFrame = Mouse.Hit
  45. LocalPart.Anchored = true
  46. LocalPart.CanCollide = false
  47. LocalPart.Locked = true
  48. LocalPart.BottomSurface = Enum.SurfaceType.Smooth
  49. LocalPart.TopSurface = Enum.SurfaceType.Smooth
  50. local LocalPartMesh = Instance.new("CylinderMesh", LocalPart)
  51. LocalPartMesh.Name = "Mesh"
  52.  
  53. Mouse.TargetFilter = LocalPart
  54.  
  55. --> Chat Gui <--
  56.  
  57. local function MakeChatGui()
  58. if ChatGui then ChatGui:Destroy() end
  59. ChatGui = Instance.new("BillboardGui",workspace)
  60. ChatGui.Name = "ChatGui"
  61. ChatGui.Size = UDim2.new(0,1,0,1)
  62. ChatGui.Active = true
  63. ChatGui.StudsOffset = Vector3.new(0,2.5,0)
  64. local ChatLabel = Instance.new("TextLabel",ChatGui)
  65. ChatLabel.BackgroundColor3 = Color3.new(0,0,0)
  66. ChatLabel.BorderColor3 = Color3.new(0,0,0)
  67. ChatLabel.BorderSizePixel = 0
  68. ChatLabel.Name = "ChatLabel"
  69. ChatLabel.Size = UDim2.new(0,1,0,1)
  70. ChatLabel.Text = "Project Rock: KingMichVI"
  71. ChatLabel.TextColor3 = Color3.new(1,1,1)
  72. ChatLabel.TextStrokeTransparency = 0
  73. ChatLabel.Font = Enum.Font.SourceSansBold
  74. ChatLabel.FontSize = Enum.FontSize.Size18
  75. end
  76.  
  77. MakeChatGui()
  78.  
  79. --> Dragon function <--
  80.  
  81. local function MakeDragon()
  82. sound:Play()
  83. if CurrentCharacter then CurrentCharacter:Destroy() CurrentCharacter = nil end
  84. CanMove = true
  85. local Dragon = Instance.new("Model",workspace)
  86. Dragon.Name = "Dragon"
  87. local Body = Instance.new("Part",Dragon)
  88. Body.BrickColor = BrickColor.new("Institutional white")
  89. Body.Name = "Body"
  90. Body.FormFactor = Enum.FormFactor.Custom
  91. Body.Size = Vector3.new(1,1.53200054,3.68400002)
  92. Body.CFrame = CFrame.new(34.5891228,5.7184248,8.59287167,.84691453,-.0167200342,-.531466007,0,.999505401,-.314446576,.531728923,.0266309381,.846495807)
  93. Body.Anchored = true
  94. Body.CanCollide = false
  95. Body.Locked = true
  96. Body.Anchored = true
  97. Body.BottomSurface = Enum.SurfaceType.Smooth
  98. Body.TopSurface = Enum.SurfaceType.Smooth
  99. local Mesh1 = Instance.new("SpecialMesh",Body)
  100. Mesh1.MeshId = "http://www.roblox.com/asset/?id=112598618"
  101. Mesh1.TextureId = "http://www.roblox.com/asset/?id=112598718"
  102. Mesh1.MeshType = Enum.MeshType.FileMesh
  103. Mesh1.Name = "Mesh"
  104. Mesh1.Scale = Vector3.new(1.39999998, 1.39999998, 1.39999998)
  105. local RightWing = Instance.new("Part",Dragon)
  106. RightWing.BrickColor = BrickColor.new("Institutional white")
  107. RightWing.Name = "Right Wing"
  108. RightWing.FormFactor = Enum.FormFactor.Custom
  109. RightWing.Size = Vector3.new(2.88199997,1.51000011,1.33599997)
  110. RightWing.CFrame = CFrame.new(34.5244331,5.77472067,8.84259605,.84691453,-.0167200342,-.531466007,0,.999505401,-.0314446576,.531728923,.0266309381,.846495807)
  111. RightWing.CanCollide = false
  112. RightWing.Locked = true
  113. RightWing.Anchored = true
  114. RightWing.BottomSurface = Enum.SurfaceType.Smooth
  115. RightWing.TopSurface = Enum.SurfaceType.Smooth
  116. local Mesh2 = Instance.new("SpecialMesh", RightWing)
  117. Mesh2.MeshId = "http://www.roblox.com/asset/?id=112598859"
  118. Mesh2.TextureId = "http://www.roblox.com/asset/?id=112598718"
  119. Mesh2.MeshType = Enum.MeshType.FileMesh
  120. Mesh2.Name = "Mesh"
  121. Mesh2.Scale = Vector3.new(1.20000005,1.20000005,1.20000005)
  122. local LeftWing = Instance.new("Part",Dragon)
  123. LeftWing.BrickColor = BrickColor.new("Institutional white")
  124. LeftWing.Name = "Left Wing"
  125. LeftWing.FormFactor = Enum.FormFactor.Custom
  126. LeftWing.Size = Vector3.new(2.88199997,1.51000011,1.33599997)
  127. LeftWing.CFrame = CFrame.new(34.3923149,5.77472067,8.75964642,.84691453,-.0167200342,-.531466007,0,.999505401,-.0314446576,.531728923,.0266309381,.846495807)
  128. LeftWing.CanCollide = false
  129. LeftWing.Locked = true
  130. LeftWing.Anchored = true
  131. LeftWing.BottomSurface = Enum.SurfaceType.Smooth
  132. LeftWing.TopSurface = Enum.SurfaceType.Smooth
  133. local Mesh3 = Instance.new("SpecialMesh",LeftWing)
  134. Mesh3.MeshId = "http://www.roblox.com/asset/?id=112598789"
  135. Mesh3.TextureId = "http://www.roblox.com/asset/?id=112598718"
  136. Mesh3.MeshType = Enum.MeshType.FileMesh
  137. Mesh3.Name = "Mesh"
  138. Mesh3.Scale = Vector3.new(1.20000005,1.20000005,1.20000005)
  139. local Head = Instance.new("Part",Dragon)
  140. Head.BrickColor = BrickColor.new("Institutional white")
  141. Head.Transparency = 1
  142. Head.Name = "Head"
  143. Head.FormFactor = Enum.FormFactor.Custom
  144. Head.Size = Vector3.new(.463340014,.658539832,1.09153998)
  145. Head.CFrame = CFrame.new(35.5268517,6.46024609,7.09929895,.84691453,-.0167200342,-.531466007,0,.999505401,-.0314446576,.531728923,.0266309381,.846495807)
  146. Head.CanCollide = false
  147. Head.Locked = true
  148. Head.Anchored = true
  149. Head.BottomSurface = Enum.SurfaceType.Smooth
  150. Head.TopSurface = Enum.SurfaceType.Smooth
  151. local Mesh4 = Instance.new("SpecialMesh",Head)
  152. Mesh4.MeshId = "http://www.roblox.com/asset/?id=94257616"
  153. Mesh4.TextureId = "http://www.roblox.com/asset/?id=94257533"
  154. Mesh4.MeshType = Enum.MeshType.FileMesh
  155. Mesh4.Name = "Mesh"
  156. Mesh4.Scale = Vector3.new(1.20000005,1.20000005,1.20000005)
  157. Dragon:MoveTo(Vector3.new(0,0,0))
  158. Dragon.PrimaryPart = Head
  159. CurrentCharacter = Dragon
  160. CurrentFunction = MakeDragon
  161. CurrentName = "Dragon"
  162. workspace.CurrentCamera.CameraType = Enum.CameraType.Track
  163. workspace.CurrentCamera.CameraSubject = Head
  164. end
  165.  
  166. --> Probe function <--
  167.  
  168. local function MakeProbe()
  169. if CurrentCharacter then CurrentCharacter:Destroy() CurrentCharacter = nil end
  170. CanMove = true
  171. local Probe = Instance.new("Model",workspace)
  172. Probe.Name = "Probe"
  173. local ProbeMain = Instance.new("Part",Probe)
  174. ProbeMain.Size = Vector3.new(2,2,2)
  175. ProbeMain.Shape = Enum.PartType.Ball
  176. ProbeMain.TopSurface = Enum.SurfaceType.Smooth
  177. ProbeMain.BottomSurface = Enum.SurfaceType.Smooth
  178. ProbeMain.BrickColor = BrickColor.new("Deep blue")
  179. ProbeMain.Anchored = true
  180. ProbeMain.Locked = true
  181. ProbeMain.CanCollide = false
  182. ProbeMain.Name = "ProbeMain"
  183. local ProbeBox = Instance.new("Part",Probe)
  184. ProbeBox.Size = Vector3.new(2.5,2.5,2.5)
  185. ProbeBox.TopSurface = Enum.SurfaceType.Smooth
  186. ProbeBox.BottomSurface = Enum.SurfaceType.Smooth
  187. ProbeBox.BrickColor = BrickColor.new("Really black")
  188. ProbeBox.Transparency = .5
  189. ProbeBox.Anchored = true
  190. ProbeBox.Locked = true
  191. ProbeBox.CanCollide = false
  192. ProbeBox.CFrame = ProbeMain.CFrame
  193. ProbeBox.Name = "ProbeBox"
  194. local sBox = Instance.new("SelectionBox",Probe)
  195. sBox.Color = BrickColor.new("Institutional white")
  196. sBox.Adornee = ProbeBox
  197. coroutine.wrap(function()
  198. while wait() do
  199. if ProbeBox then
  200. ProbeBox.CFrame = ProbeBox.CFrame*CFrame.fromEulerAnglesXYZ(-math.rad(5),math.rad(5),0)
  201. end
  202. end
  203. end)()
  204. Probe:MoveTo(Vector3.new(0,0,0))
  205. Probe.PrimaryPart = ProbeMain
  206. CurrentCharacter = Probe
  207. CurrentFunction = MakeProbe
  208. CurrentName = "Probe"
  209. workspace.CurrentCamera.CameraType = Enum.CameraType.Track
  210. workspace.CurrentCamera.CameraSubject = ProbeMain
  211. end
  212.  
  213. --> Character function <--
  214.  
  215. local function MakeCharacter()
  216. sound:Stop()
  217. if CurrentCharacter then CurrentCharacter:Destroy() CurrentCharacter = nil end
  218. CanMove = true
  219. local Character = Instance.new("Model",workspace)
  220. Character.Name = "Character"
  221. local Head = Instance.new("Part",Character)
  222. Head.BrickColor = BrickColor.new("Pastel brown")
  223. Head.Name = "Head"
  224. Head.FormFactor = Enum.FormFactor.Symmetric
  225. Head.Size = Vector3.new(2,1,1)
  226. Head.CFrame = CFrame.new(26,5.5,-10.1000023,1,-5.2369161e-022,4.61105734e-022,5.2369161e-022,1,-7.54697851e-022,-4.61105734e-022,7.54697851e-022,1)
  227. Head.Anchored = true
  228. Head.Locked = true
  229. Head.BottomSurface = Enum.SurfaceType.Smooth
  230. Head.TopSurface = Enum.SurfaceType.Smooth
  231. local FaceDecal = Instance.new("Decal", Head)
  232. FaceDecal.Texture = "http://www.roblox.com/asset/?id=144080495 "
  233. FaceDecal.Face = Enum.NormalId.Front
  234. local HeadMesh = Instance.new("SpecialMesh", Head)
  235. HeadMesh.MeshType = Enum.MeshType.Head
  236. HeadMesh.Name = "Mesh"
  237. HeadMesh.Scale = Vector3.new(1.25,1.25,1.25)
  238. local Torso = Instance.new("Part",Character)
  239. Torso.BrickColor = BrickColor.new("Dark stone grey")
  240. Torso.Name = "Torso"
  241. Torso.FormFactor = Enum.FormFactor.Symmetric
  242. Torso.Size = Vector3.new(2,2,1)
  243. Torso.CFrame = CFrame.new(26,4,-10.1000023,1,-5.2369161e-022,4.61105734e-022,5.2369161e-022,1,-7.54697851e-022,-4.61105734e-022,7.54697851e-022,1)
  244. Torso.Anchored = true
  245. Torso.Locked = true
  246. Torso.BottomSurface = Enum.SurfaceType.Smooth
  247. Torso.TopSurface = Enum.SurfaceType.Smooth
  248. local LeftArm = Instance.new("Part",Character)
  249. LeftArm.BrickColor = BrickColor.new("Dark stone grey")
  250. LeftArm.Name = "Left Arm"
  251. LeftArm.FormFactor = Enum.FormFactor.Symmetric
  252. LeftArm.Size = Vector3.new(1,2,1)
  253. LeftArm.CFrame = CFrame.new(24.5,4,-10.1000023,1,-5.2369161e-022,4.61105734e-022,5.2369161e-022,1,-7.54697851e-022,-4.61105734e-022,7.54697851e-022,1)
  254. LeftArm.Anchored = true
  255. LeftArm.Locked = true
  256. LeftArm.BottomSurface = Enum.SurfaceType.Smooth
  257. LeftArm.TopSurface = Enum.SurfaceType.Smooth
  258. local RightArm = Instance.new("Part",Character)
  259. RightArm.BrickColor = BrickColor.new("Dark stone grey")
  260. RightArm.Name = "Right Arm"
  261. RightArm.FormFactor = Enum.FormFactor.Symmetric
  262. RightArm.Size = Vector3.new(1,2,1)
  263. RightArm.CFrame = CFrame.new(27.5,4,-10.1000023,1,-5.2369161e-022,4.61105734e-022,5.2369161e-022,1,-7.54697851e-022,-4.61105734e-022,7.54697851e-022,1)
  264. RightArm.Anchored = true
  265. RightArm.Locked = true
  266. RightArm.BottomSurface = Enum.SurfaceType.Smooth
  267. RightArm.TopSurface = Enum.SurfaceType.Smooth
  268. local LeftLeg = Instance.new("Part",Character)
  269. LeftLeg.BrickColor = BrickColor.new("Really black")
  270. LeftLeg.Name = "Left Leg"
  271. LeftLeg.FormFactor = Enum.FormFactor.Symmetric
  272. LeftLeg.Size = Vector3.new(1,2,1)
  273. LeftLeg.CFrame = CFrame.new(25.5,2,-10.1000023,1,-5.2369161e-022,4.61105734e-022,5.2369161e-022,1,-7.54697851e-022,-4.61105734e-022,7.54697851e-022,1)
  274. LeftLeg.Anchored = true
  275. LeftLeg.Locked = true
  276. LeftLeg.BottomSurface = Enum.SurfaceType.Smooth
  277. LeftLeg.TopSurface = Enum.SurfaceType.Smooth
  278. local RightLeg = Instance.new("Part",Character)
  279. RightLeg.BrickColor = BrickColor.new("Really black")
  280. RightLeg.Name = "Right Leg"
  281. RightLeg.FormFactor = Enum.FormFactor.Symmetric
  282. RightLeg.Size = Vector3.new(1,2,1)
  283. RightLeg.CFrame = CFrame.new(26.5,2,-10.1000023,1,-5.2369161e-022,4.61105734e-022,5.2369161e-022,1,-7.54697851e-022,-4.61105734e-022,7.54697851e-022,1)
  284. RightLeg.Anchored = true
  285. RightLeg.Locked = true
  286. RightLeg.BottomSurface = Enum.SurfaceType.Smooth
  287. RightLeg.TopSurface = Enum.SurfaceType.Smooth
  288. Character:MoveTo(Vector3.new(0,0,0))
  289. Character.PrimaryPart = Head
  290. CurrentCharacter = Character
  291. CurrentFunction = MakeCharacter
  292. CurrentName = "Character"
  293. workspace.CurrentCamera.CameraType = Enum.CameraType.Track
  294. workspace.CurrentCamera.CameraSubject = Head
  295. end
  296.  
  297. --> Create the default character <--
  298.  
  299. MakeDragon()
  300.  
  301. --> Object Moving/Character Moving/Input Handling <--
  302.  
  303. local W
  304. local S
  305. local A
  306. local D
  307.  
  308. local UserInputService = game:GetService("UserInputService")
  309.  
  310. UserInputService.InputBegan:connect(function(Input,gameProcessedEvent)
  311. if Input.UserInputType == Enum.UserInputType.Keyboard and not gameProcessedEvent then
  312. if Input.KeyCode == Enum.KeyCode.W then
  313. W = true
  314. elseif Input.KeyCode == Enum.KeyCode.S then
  315. S = true
  316. elseif Input.KeyCode == Enum.KeyCode.A then
  317. A = true
  318. elseif Input.KeyCode == Enum.KeyCode.D then
  319. D = true
  320. elseif Input.KeyCode == Enum.KeyCode.E then
  321. Mode = Mode + 1
  322. if Mode >= #Modes + 1 then
  323. Mode = 1
  324. end
  325. end
  326. end
  327. end)
  328.  
  329. UserInputService.InputEnded:connect(function(Input,gameProcessedEvent)
  330. if Input.UserInputType == Enum.UserInputType.Keyboard and not gameProcessedEvent then
  331. if Input.KeyCode == Enum.KeyCode.W then
  332. W = false
  333. elseif Input.KeyCode == Enum.KeyCode.S then
  334. S = false
  335. elseif Input.KeyCode == Enum.KeyCode.A then
  336. A = false
  337. elseif Input.KeyCode == Enum.KeyCode.D then
  338. D = false
  339. end
  340. end
  341. end)
  342.  
  343. game:GetService("RunService").RenderStepped:connect(function()
  344. pcall(function()LocalPart.CFrame=Mouse.Hit;end)
  345. if not CurrentCharacter or CurrentCharacter == nil or CanMove == false then return end
  346. if CurrentCharacter:IsA("Model") then
  347. CurrentCharacter:SetPrimaryPartCFrame(CFrame.new(CurrentCharacter:GetPrimaryPartCFrame().p,workspace.CurrentCamera.CoordinateFrame*CFrame.new(0,0,-500).p))
  348. if W == true then
  349. CurrentCharacter:SetPrimaryPartCFrame(CurrentCharacter:GetPrimaryPartCFrame()*CFrame.new(0,0,-Speed))
  350. end
  351. if S == true then
  352. CurrentCharacter:SetPrimaryPartCFrame(CurrentCharacter:GetPrimaryPartCFrame()*CFrame.new(0,0,Speed))
  353. end
  354. if A == true then
  355. CurrentCharacter:SetPrimaryPartCFrame(CurrentCharacter:GetPrimaryPartCFrame()*CFrame.new(-Speed,0,0))
  356. end
  357. if D == true then
  358. CurrentCharacter:SetPrimaryPartCFrame(CurrentCharacter:GetPrimaryPartCFrame()*CFrame.new(Speed,0,0))
  359. end
  360. if ChatGui then
  361. ChatGui.Adornee = CurrentCharacter.PrimaryPart
  362. end
  363. elseif CurrentCharacter:IsA("BasePart") then
  364. CurrentCharacter.CFrame = CFrame.new(CurrentCharacter.CFrame.p,workspace.CurrentCamera.CoordinateFrame*CFrame.new(0,0,-500).p)
  365. if W == true then
  366. CurrentCharacter.CFrame = CurrentCharacter.CFrame*CFrame.new(0,0,-Speed)
  367. end
  368. if S == true then
  369. CurrentCharacter.CFrame = CurrentCharacter.CFrame*CFrame.new(0,0,Speed)
  370. end
  371. if A == true then
  372. CurrentCharacter.CFrame = CurrentCharacter.CFrame*CFrame.new(-Speed,0,0)
  373. end
  374. if D == true then
  375. CurrentCharacter.CFrame = CurrentCharacter.CFrame*CFrame.new(Speed,0,0)
  376. end
  377. if ChatGui then
  378. ChatGui.Adornee = CurrentCharacter
  379. end
  380. end
  381. end)
  382.  
  383. --> Chatting/Commands --<
  384.  
  385. local function CheckForCommand(String)
  386. if string.lower(String) == "!off" then
  387. CurrentCharacter:Destroy()
  388. CurrentCharacter = nil
  389. elseif string.lower(String) == "!char" or string.lower(String) == "!character" then
  390. MakeCharacter()
  391. elseif string.lower(String) == "!dragon" then
  392. MakeDragon()
  393. elseif string.lower(String) == "!probe" then
  394. MakeProbe()
  395. elseif string.lower(string.sub(String,1,7)) == "!speed " then
  396. if tonumber(string.sub(String,8)) ~= nil then
  397. Speed = tonumber(string.sub(String,8))
  398. end
  399. end
  400. end
  401.  
  402. local NewestMessage
  403.  
  404. Player.Chatted:connect(function(Message)
  405. CheckForCommand(Message)
  406. if not CurrentCharacter or CurrentCharacter == nil or not ChatGui then return end
  407. NewestMessage = Message
  408. for i = 1,#Message do
  409. ChatGui.ChatLabel.Text = "Project Rock: "..string.sub(Message,1,i)
  410. wait(.04)
  411. end
  412. wait(10)
  413. if Message == NewestMessage then
  414. repeat ChatGui.ChatLabel.Text = string.sub(ChatGui.ChatLabel.Text,1,#ChatGui.ChatLabel.Text-1) wait(.04) until ChatGui.ChatLabel.Text == "Project Rock"
  415. end
  416. end)
  417.  
  418. --> Regening <--
  419.  
  420. workspace.ChildRemoved:connect(function(Child)
  421. wait(.2)
  422. if Child.Name == "ChatGui" then
  423. MakeChatGui()
  424. end
  425. if workspace:FindFirstChild(CurrentName) == nil then
  426. if not CurrentName then return end
  427. pcall(function()CurrentFunction()end)
  428. end
  429. end)
  430.  
  431. --> Taking over other object's <--
  432.  
  433. Mouse.Button1Down:connect(function()
  434. if Mouse.Target ~= nil then
  435. if Modes[Mode] == "Takeover" then
  436. if CurrentCharacter and not CurrentCharacter:FindFirstChild("isTakenOver") then CurrentCharacter:Destroy() CurrentCharacter = nil end
  437. CanMove = false
  438. CurrentCharacter = Mouse.Target
  439. Instance.new("StringValue",CurrentCharacter).Name = "isTakenOver"
  440. CurrentFunction = nil
  441. CurrentName = nil
  442. ChatGui.Adornee = Mouse.Target
  443. workspace.CurrentCamera.CameraType = Enum.CameraType.Track
  444. workspace.CurrentCamera.CameraSubject = Mouse.Target
  445. elseif Modes[Mode] == "Delete" and Mouse.Target ~= nil then
  446. Mouse.Target:Destroy()
  447. elseif Modes[Mode] == "Kill" then
  448. local Parent = Mouse.Target.Parent
  449. if Parent:FindFirstChild("Humanoid") then
  450. Parent:BreakJoints()
  451. end
  452. elseif Modes[Mode] == "Kick" then
  453. local Parent = Mouse.Target.Parent
  454. pcall(function()Players:GetPlayerFromCharacter(Parent):Destroy()end)
  455. end
  456. end
  457. end)
  458.  
  459. --> Coroutine-handling <--
  460.  
  461. coroutine.wrap(function()
  462. while wait() do
  463. if Modes[Mode] == "Takeover" then
  464. pcall(function()LocalPart.BrickColor=BrickColor.new("Institutional white")end)
  465. elseif Modes[Mode] == "Delete" and Mouse.Target ~= nil then
  466. pcall(function()LocalPart.BrickColor=BrickColor.new("Really black")end)
  467. elseif Modes[Mode] == "Kill" then
  468. pcall(function()LocalPart.BrickColor=BrickColor.new("Deep orange")end)
  469. elseif Modes[Mode] == "Kick" then
  470. pcall(function()LocalPart.BrickColor=BrickColor.new("Really red")end)
  471. end
  472. end
  473. end)()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement