So in my game there are doors unlocked with wins: 1 win, 3 wins, 5 wins etc. I want to destroy the doors when the local player reaches 1 win, 3 wins, 5, etc. How could I do that?
@theking66hayday
Do I just do this in a local script?:
if player.leaderstats.Wins.Value = 1 then Door:Destroy() end