#How do I make a dummy system?
1 messages · Page 1 of 1 (latest)
wouldnt :bot work the same way?
:bot me 1 false false
This creates a bot version of you
But it wont move
It's like them test dummies to test whatever on
also while you're at it, how do I change the name of a built in rank?
Change "Moderators" to what you want
Also if you want to add a new rank you can
I thought you couldn't
change the name
unless I'm thinking of removing it
which you can't do
You can change the name
But removing it may break some or half of the commands
I changed moderator to awesome commands
Its because its built in
Changing the name but keeping the same level will work the same as if it was Moderator
yeah true but in cmds
it says moderator for some commands still
Like even the ones I've restricted to mod lvl
Like I said earlier its built in
You mean how do you make a custom command?
In this video i showcase the Studio Dummy Boss require script
Feel free to comment below letting me know what you are interested in seeing in the next showcases! If you want me to showcase your script you can message me about it on discord.
Script: https://roblox-scripts.co/studio-dummy-boss
Music:
if found - Dead of Night (VIP)
https://www.yo...
yeah
but like, using this model
to summon upon typing
' :boss '
;clone ?
#1142504184890015865 message
wdym by specialities
this basically
;char me 1 | ;clone could work
and a testdummy will spawn beside you
very easy to do so since its a require script
teach me
return function(Vargs)
local server = Vargs.Server
local service = Vargs.Service
local Settings = server.Settings
local Commands = server.Commands
local Functions = server.Functions
local Remote = server.Remote
Commands.Boss = {
Prefix = Settings.Prefix;
Commands = {"boss"};
Description = "Spawns in a boss";
AdminLevel = "Moderators";
Function = function()
require(7161924297).DummyTitan()
end
}
end
smart
is it server or client
Name the module script "Server-Boss" and put it in the plugins folder
alr
okay it works
it just leaves an invalid message on the screen
do you know how to resolve?
yeah im not sure why it appears
I may try to fix it
alr ty tho
what if I were to put in a non require script which has layed out entirely from 1 line to - 2000 lines
this for e.g.
In this video i showcase the Nefhelm Big Boss script made by Fenrier
https://pastebin.com/raw/cRtacgH0
Song: Jim Yosef - Link [NCS Release]
Music provided by NoCopyrightSounds.
Watch: https://youtu.be/9iHM6X6uUH8
Download/Stream: http://ncs.io/LinkYO
This video qualifies as ...
@swift kestrel
That could work but multiple things would need to be changed