How to use command line but locally

You can write your topic however you want, but you need to answer these questions:

  1. What do you want to achieve? Keep it simple and clear!
    I want to write code in command line and run them locally
  2. What is the issue? Include screenshots / videos if possible!
    no issues honestly, i just want to know if its possible, althought i would like to use it to like detect if my games are hackable
  3. What solutions have you tried so far? Did you look for solutions on the Developer Hub?
    i tried running on command line, it went server
    After that, you should include more details if you have any. Try to make your topic as descriptive as possible, so that it’s easier for people to help you!
-- This is an example Lua code block

Please do not ask people to write entire scripts or design entire systems for you. If you can’t answer the three questions above, you should probably pick a different category.

1 Like

When you first test your game you’re automatically in client view. If you write any code in the command line it should be local. Alternatively, you can also execute said code in a LocalScript to also simulate rogue clients.

To confirm what view you’re on go to Test → switch between client and server view

1 Like

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