Hello. I’m making custom pathfinding system, and for it I should once generate giant pathfinding grid. Can I somehow run script without entering Test mode, probably with command bar?
1 Like
For a script to run in roblox, you MUST start/play the game.
If you want to play the game without your Character or Player Loading, just hit F8, or click on the arrow under the play button, and then hit “Run”
(Clicking the “Run” button will only work with Scripts, and not LocalScripts)
Edit: You could probably generate a path, and then create a part at each “checkpoint” using the command bar though. Forgot that existed.
Yes you can just write your pathfinding grid generation thingy code, and copy paste it all into the command line. Pretty handy for when you need to do a repetitive task (like welding a bunch of parts) and it saves in studio.