Advertisement
Pro_Pastebin_Person1

Untitled

Mar 23rd, 2020
125
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. spawn(function()
  2. while wait() do
  3. local r = (math.sin(workspace.DistributedGameTime/2)/2)+0.5
  4. local g = (math.sin(workspace.DistributedGameTime)/2)+0.5
  5. local b = (math.sin(workspace.DistributedGameTime*1.5)/2)+0.5
  6.  
  7. FrameHere.BackgroundColor3 = Color3.new(r, g, b)
  8. end
  9. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement