Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local sun = Instance.new("Part")
- local mesh = Instance.new("SpecialMesh")
- mesh.Shape = "Sphere"
- mesh.Parent = sun
- sun.Size = sun.Size = vector3.new("12, 12, 12")
- sun.Name = "Sun"
- sun.CFrame = game.Players.LocalPlayer.Character.Head.CFrame
- sun.Anchored = true
- sun.CanCollide = false
- sun.Parent = game.Workspace
- local sunSound = Instance.new("Sound")
- sunSound.SoundId = "rbxassetid://811841430"
- sunSound.Name = "SunSound"
- sunSound.Parent = game.Workspace
- game.Workspace.SunSound.Playing = true
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement