Tabletop Simulator

Tabletop Simulator

Spell Pulses Effects Animated
1 Comments
☣CoRNeRNoTe☣ 16 Aug @ 6:18am 
Thanks for sharing! I used the flame jet in my Space Crusade game - https://gtm.steamproxy.vip/sharedfiles/filedetails/?id=3545458420

took some effort to make it point upwards, got it to work by making it a dice, setting a rotation value and forcing it to land on a face with some quick code -

function onDropped(player_color) self.setRotationValue(1) end