very fun
LSD by zimonjesus
Details
Authorzimonjesus
LicenseNo License
Categoryall
Created
Updated
Size424 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name LSD
@namespace roblox.com
@author Sunky35
@description LSD
@version 20240209.21.24
@license NONE
@preprocessor uso
==/UserStyle== */
@-moz-document url-prefix("h") {
body {
animation: animate 0.5s linear infinite;
}
@keyframes animate {
0% {
filter: hue-rotate(0deg);
}
100% {
filter: hue-rotate(360deg);
}
}
}