Discuss Scratch
- Discussion Forums
- » Questions about Scratch
- » How to Make a Message on a Scratch Game
- REDPANDAAKING
-
Scratcher
8 posts
How to Make a Message on a Scratch Game
I have seen this in many scratch games and I wonder. "How to people make messages for others using their username.?". Not sure if anyone can help, but if you can. Do me a favor and please try to. I wanna make a message on one of my games saying something like "My Favorite Scratch person is (username) but not sure how to! 

say [How?]
- vallere702
-
Scratcher
100+ posts
How to Make a Message on a Scratch Game
If you're talking about the user's username, then you can do
say (join [My Favorite Scratch person is ] (username)) for (2) secs
- GachaN0nsense
-
Scratcher
500+ posts
How to Make a Message on a Scratch Game
I'm pretty sure this belongs in Help With Scripts because you need to use cloud variables and all that, its a lot of scripting.
Edit: That is if you want an online one- but it would need to be moderated
Edit: That is if you want an online one- but it would need to be moderated
Last edited by GachaN0nsense (Nov. 3, 2020 14:48:23)
- sealifefriend
-
Scratcher
500+ posts
How to Make a Message on a Scratch Game
when this sprite clicked
say (join [My favorite scratch person is] (username)) for (2) secs
Last edited by sealifefriend (Nov. 3, 2020 14:52:39)
- REDPANDAAKING
-
Scratcher
8 posts
How to Make a Message on a Scratch Game
Haha, thanks for all the help!
- sealifefriend
-
Scratcher
500+ posts
How to Make a Message on a Scratch Game
Haha, thanks for all the help!There, I fixed it

Last edited by sealifefriend (Nov. 3, 2020 14:52:53)
- REDPANDAAKING
-
Scratcher
8 posts
How to Make a Message on a Scratch Game
Lol thanks! Here is the link https://scratch.mit.edu/projects/444613364/when this sprite clicked
say (join [My favorite scratch person is] (username)) for (2) secs
- Super_Scratch_Bros20
-
Scratcher
1000+ posts
How to Make a Message on a Scratch Game
when this sprite clicked
say (join [My favorite scratch person is] (username)) for (2) secs
That's not entirely true – there has to be a space after “is”. Otherwise, the string connection will connect “is” with “(username)” , which looks a bit weird when a sprite says something like:
My favorite scratch person isSuper_Scratch_Bros20
- amungusanimation
-
Scratcher
4 posts
How to Make a Message on a Scratch Game
how do you make a message
broadcast [ v]
- amungusanimation
-
Scratcher
4 posts
How to Make a Message on a Scratch Game
this is how
say [my favorite scratch person is](username) for (2) secs
Last edited by amungusanimation (Oct. 6, 2021 07:52:34)
- GamesAlt34
-
Scratcher
82 posts
How to Make a Message on a Scratch Game
when green flag clicked
ask [How are you today?] and wait
if <(answer) = [good]> then
say [Thats nice!] for (2) secs
end
end
end
- Discussion Forums
- » Questions about Scratch
-
» How to Make a Message on a Scratch Game






