Advertisement
RyanDaCoder

Pentagram ;-;

Sep 13th, 2017
334
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.49 KB | None | 0 0
  1. local pent = Instance.new("Part")
  2. pent.CFrame = CFrame.new(58.375, 33.535, 13.1)
  3. pent.Transparency = 1
  4. pent.Name = "hi"
  5. pent.Size = Vector3.new(0.05, 67.07, 70.9)
  6. pent.Anchored = true
  7. pent.Parent = game.Workspace
  8.  
  9. local decal = "http://www.roblox.com/asset/?id=48829335"
  10.  
  11. local idecal = Instance.new("Decal")
  12. idecal.Texture = decal
  13. idecal.Face = "Front"
  14. idecal.Parent = pent
  15.  
  16. local idecal2 = Instance.new("Decal")
  17. idecal2.Texture = decal
  18. idecal2.Face = "Back"
  19. idecal2.Parent = pent
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement