Discuss Scratch
- Discussion Forums
- » Help with Scripts
- » allow something only for yourself in a game
- RobotDJS
-
Scratcher
68 posts
allow something only for yourself in a game
How do I use the username block to only allow me to skip a level when I press N?
- deck26
-
Scratcher
1000+ posts
allow something only for yourself in a game
when [n v] key pressed
if <(username) = [ ]> then
end
- Discussion Forums
- » Help with Scripts
-
» allow something only for yourself in a game