Posts
56
Respect
19Add +1
Forum Rank
Rotting Walker
Primary Group
Member
Login Issues
Forgot password?Activate Issues
Account activation email not received? Wrong account activation email used?Other Problems?
Contact Support - Help Center Get help on the UGX Discord. Join it now!
music_door()
{
flag_wait("SCRIPT_FLAG_OF_DOOR");
players = get_players();
(i=0;i<players.size;i++)
players[i] playsound("mx_eggs"); //or another sound alias replacing "mx_eggs"
}
thread music_door()