I have a collision script that makes Officials not collide with a football. It works if the player joins the game as Officials but it doesn’t if the player joins as Visitors for example then switches team to Officials, so I need to set the collision when a player changes team, which is my use case for this script.
Printing (“hi”) is just to make sure it works, but it doesn’t print at all when I change team with Kohl’s admin or in game. The script is also located in a Server Script in ServerScriptService.
Worked for me in server testing thank you, I think when I tested live version I probably didn’t update the game or something silly. It’s always the simple mistakes that catch us out haha, thank you again.