Discuss Scratch

mmnagelia
Scratcher
100+ posts

102 project ideas that anyone can use.

bump

Learning Node.js? Great! But, don't waste your time creating a web server. I already created a fully functional Node.js server on Github right here! It also has a very detailed documentation!
Or are you interested in making games in Unity? Want to see how I'm making my very own FPS game? Then see my FPS-Game repo right here!
LBormi
Scratcher
1000+ posts

102 project ideas that anyone can use.

LBormi
Scratcher
1000+ posts

102 project ideas that anyone can use.

LBormi
Scratcher
1000+ posts

102 project ideas that anyone can use.

TeamDAB_Official
Scratcher
100+ posts

102 project ideas that anyone can use.

lol well done!

I'm moving accounts to @9gr
TeamDAB_Official
Scratcher
100+ posts

102 project ideas that anyone can use.

Roblox: local StarterGui = game:GetService(“StarterGui”)
while true do
StarterGui:SetCore(“ChatMakeSystemMessage”,{
Text = ": Hello.“;
Font = Enum.Font.SourceSansBold;
FontSize = Enum.FontSize.Size96;
Color = Color3.fromRGB(255,255,0)
})
end
or you could do:
local remoteevent = Instance.new(”RemoteEvent“)
remoteevent.Parent = game.ReplicatedStorage
remoteevent.Name = ”Run“
game.ReplicatedStorage.Run:FireAllClients(game:GetService(”StarterGui“):SetCore(”ChatMakeSystemMessage“,{ Text = ”: Hello.“; Font = Enum.Font.SourceSansBold; FontSize = Enum.FontSize.Size96; Color = Color3.fromRGB(255,255,0); }))

for player join:
local remoteevent = Instance.new(”RemoteEvent“)
remoteevent.Parent = game.ReplicatedStorage
remoteevent.Name = ”Run“
game.Players.PlayerAdded:Connect(function(plr)
game.ReplicatedStorage.Run:FireAllClients(game:GetService(”StarterGui“):SetCore(”ChatMakeSystemMessage“,{ Text = ”: “..plr.Name..” has joined the server!"; Font = Enum.Font.SourceSansBold; FontSize = Enum.FontSize.Size96; Color = Color3.fromRGB(255,255,0); }))
end)
lets see if this works

I'm moving accounts to @9gr
-GentooPenguin-
Scratcher
100+ posts

102 project ideas that anyone can use.

I love it!
LBormi
Scratcher
1000+ posts

102 project ideas that anyone can use.

TeamDAB_Official wrote:

lol well done!

-GentooPenguin- wrote:

I love it!
Thank you, all.
mmnagelia
Scratcher
100+ posts

102 project ideas that anyone can use.

bump

Learning Node.js? Great! But, don't waste your time creating a web server. I already created a fully functional Node.js server on Github right here! It also has a very detailed documentation!
Or are you interested in making games in Unity? Want to see how I'm making my very own FPS game? Then see my FPS-Game repo right here!
JustMeMeMe
Scratcher
500+ posts

102 project ideas that anyone can use.

How do you guys make a signature under your post? I just don’t get it.

This is my signature, it appears after every post I post.
Hi, I’m Trammic Brotacular, don’t ask me why I’ve got such a strange name.
Too lazy don’t know how to make rainbows…
Other than that, signatures are USELESS…
JustMeMeMe
Scratcher
500+ posts

102 project ideas that anyone can use.

Haha!

Hi, I’m JustMeMeMe, check out this
https://scratch.mit.edu/studios/25879253/projects/
Pls help make it better by remixing.

This is my signature, it appears after every post I post.
Hi, I’m Trammic Brotacular, don’t ask me why I’ve got such a strange name.
Too lazy don’t know how to make rainbows…
Other than that, signatures are USELESS…
JustMeMeMe
Scratcher
500+ posts

102 project ideas that anyone can use.

I’m trying to get a signature under my post.
Ahhhhhhhhhhhhh
Oh, hi there.
https://scratch.mit.edu/studios/25879253/projects/
Pls help make it better by remixing.

This is my signature, it appears after every post I post.
Hi, I’m Trammic Brotacular, don’t ask me why I’ve got such a strange name.
Too lazy don’t know how to make rainbows…
Other than that, signatures are USELESS…
JustMeMeMe
Scratcher
500+ posts

102 project ideas that anyone can use.

Trying…

And still trying…
Hi

This is my signature, it appears after every post I post.
Hi, I’m Trammic Brotacular, don’t ask me why I’ve got such a strange name.
Too lazy don’t know how to make rainbows…
Other than that, signatures are USELESS…
Starstriker3000
Scratcher
1000+ posts

102 project ideas that anyone can use.

JustMeMeMe wrote:

How do you guys make a signature under your post? I just don’t get it.
Hi! Please don't ask questions in already-existing topics; rather, please make a new topic here and ask your question there.

But to answer your question,

Frequently Asked Questions and Answers wrote:

Go to:
scratch.mit.edu/discuss/settings/*YOUR USERNAME*
Or click the link at the bottom of the discussion home page
LBormi
Scratcher
1000+ posts

102 project ideas that anyone can use.

Starstriker3000 wrote:

JustMeMeMe wrote:

How do you guys make a signature under your post? I just don’t get it.
Hi! Please don't ask questions in already-existing topics; rather, please make a new topic here and ask your question there.

But to answer your question,

Frequently Asked Questions and Answers wrote:

Go to:
scratch.mit.edu/discuss/settings/*YOUR USERNAME*
Or click the link at the bottom of the discussion home page
Thank you, Starstriker.

Last edited by LBormi (March 2, 2020 17:28:13)

LBormi
Scratcher
1000+ posts

102 project ideas that anyone can use.

mmnagelia
Scratcher
100+ posts

102 project ideas that anyone can use.

bump

Learning Node.js? Great! But, don't waste your time creating a web server. I already created a fully functional Node.js server on Github right here! It also has a very detailed documentation!
Or are you interested in making games in Unity? Want to see how I'm making my very own FPS game? Then see my FPS-Game repo right here!
LBormi
Scratcher
1000+ posts

102 project ideas that anyone can use.

mmnagelia wrote:

bump
Thanks for the help, but a forum can only be bumped once every 24 hours.
DrGaming_92Games
Scratcher
100+ posts

102 project ideas that anyone can use.

I think you should get rid of the cloud chat suggestion, otherwise this was a really helpful.

Starstriker3000
Scratcher
1000+ posts

102 project ideas that anyone can use.

DrGaming_92Games wrote:

I think you should get rid of the cloud chat suggestion, otherwise this was a really helpful.
Yeah, Cloud chats are banned on Scratch.

Powered by DjangoBB