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

Custom d6s as 3D dice?

Is it possible if you have Roll Table for custom sided d6s, to make them roll as 3D dice instead of just showing the image(s) in chat?  And sorry, it's for the free level account.  
If you use Chrome, there's an extension that customizes the 3d dice: <a href="https://chrome.google.com/webstore/detail/custom-dice-for-roll20/hdjlljfnjnigpapdangkablekkoohdln?hl=en" rel="nofollow">https://chrome.google.com/webstore/detail/custom-dice-for-roll20/hdjlljfnjnigpapdangkablekkoohdln?hl=en</a> If you examine the source code in GitHub, you can figure out how to create your own skins for the dice: <a href="https://github.com/tobloef/roll20-fancy-dice" rel="nofollow">https://github.com/tobloef/roll20-fancy-dice</a> There's a bit of a learning curve involved tho if you're not familiar with coding JS.
1586962575
GiGs
Pro
Sheet Author
API Scripter
Be aware that extensions only change how they appear on your client - they dont affect any other player in the game, who must all install the extension to see the change. There's no way native to roll20 to do this.
Thanks both of you!