Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --This will be a madeup script amde by TheHaxx00rr
- --RULES--
- --Don't abuse with it.
- --Have fun with it.
- --Don't use it alot. xD
- --iF YOU DO I'LL TRACK YOU DOWN.
- --^^ Joking.
- --But have fun!
- Colors = {"Red, Blue, Green, Yellow"}
- me = ("YourNameHere") --Replace yournamehere with your name.
- function Part(P, Anchored, Archiavle, CanCollide)
- local p = Instance.new("Part")
- p.TopSurface = "Smooth"
- p.BottomSurface = "Smooth"
- p.Transparency = 0.5
- p.CanCollide = Coll
- p.BrickColor = BrickColor.new(Coll)
- p.FormFacter = "Form"
- p.Size = Vector3.new(50,50,50)
- p.Name = ""
- p.Parent = workspace
- p.Parent = P
- p.Locked = false
- p:Destroy()
- end
- V3 = Vector3.new
- CN = CFrame.new
- CA = CFrame.Angles(50,50,50)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement