Discuss Scratch
- Discussion Forums
- » Suggestions
- » simulate username ()
- trolley_explodes
-
100+ posts
simulate username ()
simulate username ():: sensing // Makes the username block return the value entered.Support:
stop username simulation:: sensing // Returns the username block to the username of whoever is on the project.
michaeljackson1365
Last edited by trolley_explodes (Feb. 11, 2025 00:31:40)
- michaeljackson1365
-
500+ posts
simulate username ()
Semi-support. This can be a really useful tool for doing something specific to a specific user. However, what if a bad user uses this to do more bad stuff like prohibiting good users from viewing their project?
- trolley_explodes
-
100+ posts
simulate username ()
I have a way to solve that. A new way to report a project for abusing the username/simulate username block would solve your problem. Semi-support. This can be a really useful tool for doing something specific to a specific user. However, what if a bad user uses this to do more bad stuff like prohibiting good users from viewing their project?
- medians
-
1000+ posts
simulate username ()
I mean, you can already do that with the existing username block, and has been done before (it's already disallowed, however). Semi-support. This can be a really useful tool for doing something specific to a specific user. However, what if a bad user uses this to do more bad stuff like prohibiting good users from viewing their project?
- Chickennuggetcon
-
100+ posts
simulate username ()
support, it seems useful if you want a custom name for a player (or a set nickname) however variables can be used as a workaround.
- cherry_cola_lover
-
22 posts
simulate username ()
Or just use a variable and a place to enter your name -snip-
ask [What name would you like to be called by?] and wait
set [Username v] to (answer)
Last edited by cherry_cola_lover (Feb. 11, 2025 03:19:33)
- -gr
-
1000+ posts
simulate username ()
Why would this be useful? This is literally just a variable.
- Paddle2See
-
1000+ posts
simulate username ()
This seems like a much simpler approach without having to introduce two new blocks.Or just use a variable and a place to enter your name -snip-ask [What name would you like to be called by?] and wait
set [Username v] to (answer)
- Discussion Forums
- » Suggestions
-
» simulate username ()