How can I create a fake player for Testing in Studio?

Hello. I am trying to make a fake player so I can use it to test my game…
I’ve tried a few things, such as

Instance.new("Player", game.Players)

However, I just get the error: The current thread cannot create ‘Player’ (lacking capability WritePlayer)

I have no idea how I can achieve this, and seriously would appreciate some help.

Use the player simulation in the testing tab.

1 Like

I had no idea it was that simple, thank you so much!

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.