Skip to content

Matte Black Roblox Play Button by wrqe

Screenshot of Matte Black Roblox Play Button

Details

Authorwrqe

LicenseNo License

Categorywww.roblox.com

Created

Updated

Size737 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

ratio lol

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         Roblox Blue Color Changing Play Button
@version      20210827.02.59
@namespace    userstyles.world/user/maxxus
@description  It changes the play button to 3 different blues, you can change the delay in the code on line 8, change the time to any number but remember to add the s to the end and dont change anything else or it wont work
@author       maxxus
@license      No License
==/UserStyle== */

@-moz-document domain("roblox.com") {
@keyframes rainbow {
    0% {background-color: #262626;border-color: #262626;}
    50% {background-color: #262626;border-color: #262626;}
    100% {background-color: #262626;border-color: #262626;}
}

.btn-common-play-game-lg {
    animation: rainbow 10s infinite;
}
}

Reviews

No reviews yet.