Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local pent = Instance.new("Part")
- pent.CFrame = CFrame.new(58.375, 33.535, 13.1)
- pent.Transparency = 1
- pent.Name = "hi"
- pent.Size = Vector3.new(0.05, 67.07, 70.9)
- pent.Anchored = true
- pent.Parent = game.Workspace
- local decal = "http://www.roblox.com/asset/?id=48829335"
- local idecal = Instance.new("Decal")
- idecal.Texture = decal
- idecal.Face = "Front"
- idecal.Parent = pent
- local idecal2 = Instance.new("Decal")
- idecal2.Texture = decal
- idecal2.Face = "Back"
- idecal2.Parent = pent
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement