Roblox Studio Skript Hilfe?

Hi ich bin Til.

ich arbeite grade an einem Spiel in Roblox Studio. Jetzt wollte ich mal fragen. Kann mir wer ein scripts schreiben für einen Button das bei einem Klick auf diesen Button eine bestimmte naricht in den Chat geschrieben wird?

LG Til

(1 votes)
Loading...

Similar Posts

Subscribe
Notify of
2 Answers
Oldest
Newest Most Voted
Inline Feedbacks
View all comments
LolOlLol464
11 months ago



local textButton = script.Parent --Das Skript ist im knopf

local function onButtonClicked()
   
    game:GetService("Chat"):Chat(game.Players.LocalPlayer, "Deine Nachricht", Enum.ChatColor.Blue)
end



textButton.MouseButton1Click:Connect(onButtonClicked)


00JlN00
1 year ago

Let ChatGPT write it to you if the AI can.

You have to know!

Tschau Cocoa.