Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local sunpart = Instance.new("Part",workspace)
- sunpart.Name = "SunLookingPart"
- sunpart.Anchored = true
- sunpart.CanCollide = false
- sunpart.Position = Vector3.new(0,5,0)
- sunpart.Size = Vector3.new(3,1,3)
- sunpart.BrickColor = BrickColor.new("Really black")
- sunpart.Material = "SmoothPlastic"
- local decal = Instance.new("Decal",sunpart)
- decal.Face = "Bottom"
- decal.Texture = "http://www.roblox.com/asset/?id=171393869"
- while true do
- sunpart.Orientation = Vector3.new(0,0,(360/24)*game.Lighting.ClockTime)
- wait()
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement