Advertisement
RyanDaCoder

Jesus's Cross (SCRIPT)

Sep 15th, 2017
747
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.84 KB | None | 0 0
  1. local a = Instance.new("Part")
  2. a.Size = Vector3.new(0.05, 28.65, 1.41)
  3. a.CFrame = CFrame.new(60.11, 14.325, -18.665)
  4. a.Anchored = true
  5. a.BrickColor = BrickColor.new("Burnt Sienna")
  6. a.Parent = game.Workspace
  7.  
  8. local b = Instance.new("Part")
  9. b.Size = Vector3.new(0.05, 1.36, 11.78)
  10. b.CFrame = CFrame.new(60.11, 20.579, -18.54)
  11. b.Anchored = true
  12. b.BrickColor = BrickColor.new("Burnt Sienna")
  13. b.Parent = game.Workspace
  14.  
  15. local c = Instance.new("Part")
  16. c.Size = Vector3.new(43.41, 43.41, 43.41)
  17. c.CFrame = CFrame.new(61, -16.258, -18.449)
  18. c.Shape = "Ball"
  19. c.Anchored = true
  20. c.BrickColor = BrickColor.new("Sea green")
  21. c.Parent = game.Workspace
  22.  
  23. local d = Instance.new("Sound")
  24. d.SoundId = "rbxassetid://235743100"
  25. d.Looped = true
  26. d.Playing = true
  27. d.Volume = "2"
  28. d.Parent = game.Players.LocalPlayer.Character.Head
  29.  
  30. game.Lighting.TimeOfDay = "6"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement