How do I add StarterPlayer, StarterGui into Rojo

This is what I have right now
image

Also what can I do about RemoteEvents in rojo

1 Like

I don’t know how to use rojo, but you forgot a comma after "$className": "StarterPlayer".

You need to add a comma after

"$className": "StarterPlayer"

that’s how i have it setup and it works perfectly

image

im not sure what you mean by “what can I do about RemoteEvents in rojo”, but if you want to add a RemoteEvent via the .project.json file you can do it like this:

image

1 Like