Advertisement
Roblox_Xploits

test1

Mar 21st, 2017
124
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. local beam = Instance.new("Part", game.Workspace)
  2. beam.Anchored = true
  3. beam.CanCollide = false
  4. beam.FormFactor = "Custom"
  5. beam.TopSurface = 0
  6. beam.BottomSurface = 0
  7. beam.BrickColor = BrickColor.new("Really black")
  8. beam.Size = Vector3.new(49, 3, 2)
  9. beam.CFrame = (-9, 31.2, -13)
  10. beam.Transparency = 0.45
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement