Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local box = Instance.new("Part")
- box.Anchored = false
- box.Name = "BoxScript"
- box.Size = Vector3.new(4, 3.6, 4)
- box.CFrame = CFrame.new(game.Players.LocalPlayer.Character.Head.Position)
- box.BrickColor = BrickColor.new("Br. yellowish orange")
- local decal = Instance.new("Decal")
- decal.Texture = "http://www.roblox.com/asset/?id=8384054"
- decal.Face = "Top"
- decal.Parent = box
- local decal1 = Instance.new("Decal")
- decal1.Texture = "http://www.roblox.com/asset/?id=8384054"
- decal1.Face = "Bottom"
- decal1.Parent = box
- local decal2 = Instance.new("Decal")
- decal2.Texture = "http://www.roblox.com/asset/?id=8384054"
- decal2.Face = "Left"
- decal2.Parent = box
- local decal3 = Instance.new("Decal")
- decal3.Texture = "http://www.roblox.com/asset/?id=8384054"
- decal3.Face = "Right"
- decal3.Parent = box
- local decal4 = Instance.new("Decal")
- decal4.Texture = "http://www.roblox.com/asset/?id=8384054"
- decal4.Face = "Front"
- decal4.Parent = box
- local decal5 = Instance.new("Decal")
- decal5.Texture = "http://www.roblox.com/asset/?id=8384054"
- decal5.Face = "Back"
- decal5.Parent = box
- -- spawn a box
- -- lol
- -- Made By Me
- -- I Was The Guest To XD
- box.Parent = game.Workspace
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement