Overview Forums Tutorials Wiki API Account News › Forums › RAIN › General Discussion and Troubleshooting › RAIN AI Code Tagged: code This topic contains 1 reply, has 2 voices, and was last updated by prime 1 month, 2 weeks ago. Viewing 2 posts - 1 through 2 (of 2 total) Author Posts January 10, 2023 at 3:19 am #35035 alfred0919Participant Hello guys can i ask how to get my player entity to code through JavaScript or C# because i want to disable my player entity is Active January 11, 2023 at 7:58 am #35039 primeKeymaster The MonoBehaviour that you can look for on the player object is an EntityRig. So EntityRig tRig = playerGameObject.GetComponentInChildren<EntityRig>(); if (tRig != null) tRig.Entity.IsActive = false; Author Posts Viewing 2 posts - 1 through 2 (of 2 total) You must be logged in to reply to this topic.