Roll20 uses cookies to improve your experience on our site. Cookies enable you to enjoy certain features, social sharing functionality, and tailor message and display ads to your interests on our site and others. They also help us understand how our site is being used. By continuing to use our site, you consent to our use of cookies. Update your cookie preferences .
×
Create a free account

All-Player control of multiple tokens?

How can I select multiple tokens and give control of all them to "all players"?
1686930784

Edited 1686939716
keithcurtis
Forum Champion
Marketplace Creator
API Scripter
Since you are a Pro subscriber, you can use the Token-mod script to change the controller of all selected tokens to All Players. Grab them all and use the token-mod command: !token-mod --set controlledby|all if you want to keep the original player, but just add All Players, use: !token-mod --set controlledby|+all This second method allows you to remove All Player control, but preserve the original controller with: !token-mod --set controlledby|-all
Wow - Thanks so much!