Advertisement
MadDog_YT

Color Changing Script For Creator Studio (ROBLOX)

Feb 27th, 2019
315
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. while true do
  2. script.Parent.Color = Color3.fromRGB(18, 238, 212)--insert number for color. ex:(0,0,0)
  3. wait(0)--Time until color changes
  4. script.Parent.Color = Color3.fromRGB(9, 137, 207)--Color code
  5. wait(0)--Time to go back to first color, or next one. copt these two lines to make more.
  6. end--The end do not erase this! Enjoy :D
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement