Advertisement
Colornapse_Themes

Untitled

Nov 15th, 2018
121
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.67 KB | None | 0 0
  1. --------------------------------------------------------
  2. LeftSide = Instance.new("Part")
  3. LeftSide.Parent = game.Workspace
  4. LeftSide.Material = "Concrete"
  5. LeftSide.Position = Vector3.new (-10.56, 0.11, 9.146)
  6. LeftSide.Size = Vector3.new (453.3, 0.22, 2.77)
  7. --------------------------------------------------------
  8. -- Right Side v
  9. --------------------------------------------------------
  10. RightSide = Instance.new("Part")
  11. RightSide.Parent = game.Workspace
  12. RightSide.Material = "Concrete"
  13. RightSide.Position = Vector3.new (-10.56, 0.11, -11.712)
  14. RightSide.Size = Vector3.new (453.3, 0.22, 2.77)
  15. --------------------------------------------------------
  16. -- Main Road
  17. --------------------------------------------------------
  18. Road = Instance.new("Part")
  19. Road.Parent = game.Workspace
  20. Road.Material = "Concrete"
  21. Road.Position = Vector3.new (-10.405, 0.03, -0.89)
  22. Road.Size = Vector3.new (452.51, 0.06, 19.02)
  23. Road.BrickColor = BrickColor.new("Really black")
  24. --------------------------------------------------------
  25. -- Lag Machine
  26. --------------------------------------------------------
  27. local Breakable = 1
  28. local Oof = 4
  29. local One = 1
  30. local Three = 1
  31. --------------------------------------------------------
  32. -- Variables
  33. --------------------------------------------------------
  34. while Breakable == One do
  35. Lag = Instance.new("Part")
  36. Lag.Parent = game.Workspace
  37. Lag.Position = Vector3.new(0, 32.337, 0)
  38. Lag.Transparency = 0.1
  39. Lag.Material = ("Glass")
  40. Lag.Name = "Lmao"
  41. wait(0.2)
  42. end
  43. --------------------------------------------------------
  44. -- Lag Machine
  45. --------------------------------------------------------
  46. -- These damn scripts are driving me insane - game xddd
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement