Author Topic: How do I make when clicking a brick, it transforms you into a diffrent Player?  (Read 435 times)

I thought setplayertype did that but nope.


do you want the block to change or player?

Code: [Select]
OnActivate--Player--ChangeDatablock--*whatever you want*Or you can replace OnActivate with OnPlayerTouch if you want them to touch the brick instead.