I want to make a game of tag in UEFN, how can I make a system in VERSE that returns to the respawn point if caught?
鬼ごっこをUEFNで作りたいのですが、捕まったらリスポーン地点に戻るというシステムをVERSEでどうやってつくればいいでしょうか?
I want to make a game of tag in UEFN, how can I make a system in VERSE that returns to the respawn point if caught?
鬼ごっこをUEFNで作りたいのですが、捕まったらリスポーン地点に戻るというシステムをVERSEでどうやってつくればいいでしょうか?
Hi GANTA! You can use Verse to respawn players at a specific transform. Check out the code snippet for Dock Stranding, which has an example of this: Dock Stranding - GDC 2023 Creating Your First Game in Fortnite With UEFN | Uefn Code Snippet.
Thanks ! I’ll try it.