Advertisement
Guest User

Untitled

a guest
Jan 26th, 2020
201
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.93 KB | None | 0 0
  1. local plrx = game:GetService("Players").LocalPlayer
  2. local mxQ = plrx:GetMouse()
  3. local isEnabledCC = false
  4.  
  5. mxQ.KeyDown:connect(function(kxc)
  6. if kxc == "z" then
  7. if isEnabledCC == false then
  8. isEnabledCC = true
  9.  
  10.  
  11.  
  12. aXXb = Instance.new("Part", workspace)
  13. aXXb.Anchored = true
  14. aXXb.Position = game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.Position + Vector3.new(1224,-3,1224)
  15. aXXb.CanCollide = true
  16. aXXb.Transparency = .5
  17. aXXb.Size = Vector3.new(2048,2,2048)
  18. aXXb.Name = "yarramgibiolmus"
  19.  
  20. aXXbf = Instance.new("Part", workspace)
  21. aXXbf.Anchored = true
  22. aXXbf.Position = game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.Position + Vector3.new(-824,-3,1224)
  23. aXXbf.CanCollide = true
  24. aXXbf.Transparency = .5
  25. aXXbf.Size = Vector3.new(2048,2,2048)
  26. aXXbf.Name = "yarramgibiolmus"
  27.  
  28. aXXbfx = Instance.new("Part", workspace)
  29. aXXbfx.Anchored = true
  30. aXXbfx.Position = game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.Position + Vector3.new(1224,-3,-824)
  31. aXXbfx.CanCollide = true
  32. aXXbfx.Transparency = .5
  33. aXXbfx.Size = Vector3.new(2048,2,2048)
  34. aXXbfx.Name = "yarramgibiolmus"
  35.  
  36. aXXbfxc = Instance.new("Part", workspace)
  37. aXXbfxc.Anchored = true
  38. aXXbfxc.Position = game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.Position + Vector3.new(-824,-3,-824)
  39. aXXbfxc.CanCollide = true
  40. aXXbfxc.Transparency = .5
  41. aXXbfxc.Size = Vector3.new(2048,2,2048)
  42. aXXbfxc.Name = "yarramgibiolmus"
  43.  
  44. game.StarterGui:SetCore("ChatMakeSystemMessage", {
  45. Text = "Big Platform: ON",
  46. Color = Color3.new(0, 1, 0)
  47. })
  48.  
  49. else
  50. for i, v in pairs(game:GetService("Workspace"):GetChildren()) do
  51. if v.Name == "yarramgibiolmus" then
  52.  
  53. v:Destroy()
  54. end
  55. end
  56. isEnabledCC = false
  57. game.StarterGui:SetCore("ChatMakeSystemMessage", {
  58. Text = "Big Platform: OFF",
  59. Color = Color3.new(1, 0, 0)
  60. })
  61. end
  62. end
  63. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement