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

OnChatted Decal

Asked by
JJ_B 250 Moderation Voter
10 years ago

I know I'm asking for a lot here, but I wondered if anyone knew how to put a decal on a brick when you say /[ID] or something like that. Thanks!

2 answers

Log in to vote
1
Answered by 10 years ago
function onChatted(msg)
if msg:sub(1,1) then
Local a = Instance.new("Decal", part)
a.Texture = msg:sub(2,msg:len())
end
end
--chat event code here

something like this

Ad
Log in to vote
-11
Answered by 10 years ago

Open roblox studios. Click on your project. Buy the decal you want. on the left of your screen there are all your models and decals you bought. Click my decals. Then drag the one you want onto the brick

0
Excuse me? Read my question more carefully and then answer it. JJ_B 250 — 10y
0
LOL this is the first answer that made me laugh. XD ConnorVIII 448 — 10y

Answer this question