Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

I'm trying to make a Mod Menu with an ";m" function but it keeps saying "Put Message Here"?

Asked by
Stea_my 48
4 years ago

I'm trying to make a Mod Menu and I'm trying to make text to come down and say what the TextBox is set as, but it keeps saying "Put Message Here", any fixes? Heres my code:

game.ReplicatedStorage.ModMenuEvents.Text.OnServerEvent:Connect(function(plr)
    sendText(plr.Name..": "..plr.PlayerGui.ModMenu.Mod.BUTTon2.string.Text)
end)
0
please provide more info, such as the contents of the sendText function theking48989987 2147 — 4y

Answer this question