How to make custom commands in ROBLOX

preview_player
Показать описание
Thanks for watching my video!
Let me know if you want more to the command series in the comments.
Рекомендации по теме
Комментарии
Автор

this is so funny because i understand what your saying but im too stupid to remember what i need to put, thanks for the tutorial

McAndreiDumayas
Автор

Thanks for the cmds command tutorial. :)

StinkyAhhBlud
Автор

The voice is Better than most soothing sounds 😂

GoldenAppl
Автор

Hey can you make a sword tutorial that does moves with animation nice vid!

borutonarutonextgeneration
Автор

you sound like a holy figure with the reverb lol

brentikoy
Автор

the text is blury, could someone reply with the code used so i could paist it in? I cant understand the text in the vid.

floppaofgames
Автор

great vid but im so tired so i cant code :(

Aui_stormchaser
Автор

Help me make an armor script it has 150 armor or 50 armor health the player that has the armor if the player gets shot it takes away armor health

realvinny-iguess
Автор

How to make it use userids to make it more secure

Powerentityoriginal
Автор

wow now i can make an tds admin command script

superunicornmelly
Автор

it aint working in the 4:55 testing part please tell me what are my errors
wwhat i wrote :
local tbl = ("my usser")

for i, v in pairs(tbl) do
if v == plr.Name then

if msg == "I have permission" then
Have Perms")
end
end)
end
end
end)

tersfs_youtube
Автор

The "Tools" part in gives me an error please help!

I_OeCs
Автор

i cant do it the quality is so bad lol

MaybelikekamieYT
Автор

hey can u paste it in the description? because the script didnt work for me

Morkilla
Автор

i wanted to do ur script but it does not work what did i do wrong here is my script:
wait(0)

local tbi = ("MATIUSZYOUTUBE00")


for i, v in pairs(tbi) do
if tbi == plr.Name then

msg = string.lower(msg)
if msg == "!give sword" then
sword =
= plr.Character

end
end)
end
end
end)

Nowbiealtreal
Автор

the script because no one did it
local tbi = ("your user")

for 1, v in paira(tbi) then
if v -- plr.name then

mag = atring.lover(msg)
if msg -- "give sword" then
local sword =
sword.Parent - plr.Character
end
end)
end
end
end)

фдюЯ
Автор

why is it just a black screen with audio

Axcyantol
Автор

better code :
local Admins = {"Gogwurt", "ATadBitMore"}
local Prefix = '!'

for i, v in pairs(Admins) do
if Admins == p.Name then

if msg == Prefix..'command_name' then
Command script
end
end)
end
end
end)

gogwurt