Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- while wait(0.01) do
- p = Instance.new("Part",game.Workspace)
- p.Name = "LOLhead"
- p.BrickColor = BrickColor.random()
- sm = Instance.new("SpecialMesh",p)
- p.Size = Vector3.new(10,10,10)
- p.Position = Vector3.new(math.random(-100,100),60,math.random(-100,100))
- face = Instance.new("Decal",p)
- face.Face = "Front"
- face.Texture = "rbxassetid://102312301"
- face.Name = "face"
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement