#How do I make a dummy system?

1 messages · Page 1 of 1 (latest)

kindred pebble
#

It's where someone types the prompt :dum and a dummy spawns beside them.

swift kestrel
#

wouldnt :bot work the same way?

#

:bot me 1 false false

#

This creates a bot version of you

#

But it wont move

kindred pebble
#

yeah I know that

#

I want a dummy with no specialities to spawn wherever I am

swift kestrel
#

hm

#

alr

kindred pebble
#

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?

swift kestrel
#

Change "Moderators" to what you want

#

Also if you want to add a new rank you can

kindred pebble
#

I thought you couldn't

#

change the name

#

unless I'm thinking of removing it

#

which you can't do

swift kestrel
#

But removing it may break some or half of the commands

kindred pebble
#

true

#

I changed the name

#

and it still says moderator in cmds

swift kestrel
kindred pebble
#

I changed moderator to awesome commands

swift kestrel
kindred pebble
#

but like, it ain't working

#

yeah

#

like I said

swift kestrel
#

Changing the name but keeping the same level will work the same as if it was Moderator

kindred pebble
#

yeah true but in cmds

#

it says moderator for some commands still

#

Like even the ones I've restricted to mod lvl

swift kestrel
kindred pebble
#

ah alr

#

dw abt it

#

one more thing

#

How do I build in this script, into a cmd?

swift kestrel
kindred pebble
#

yeah

#

but like, using this model

#

to summon upon typing

#

' :boss '

shadow sparrow
#

;clone ?

swift kestrel
shadow sparrow
#

wdym by specialities

kindred pebble
#

you know test dummies

#

what you test ur bs on?

swift kestrel
kindred pebble
#

yea

#

say like

#

: dum

shadow sparrow
#

;char me 1 | ;clone could work

kindred pebble
#

and a testdummy will spawn beside you

swift kestrel
kindred pebble
swift kestrel
# kindred pebble 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
shadow sparrow
#

smart

kindred pebble
#

is it server or client

swift kestrel
kindred pebble
#

alr

#

okay it works

#

it just leaves an invalid message on the screen

#

do you know how to resolve?

swift kestrel
#

I may try to fix it

kindred pebble
#

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.

#

@swift kestrel

swift kestrel
kindred pebble
#

could you help me abt it?

#

it'll be the last thing I ask for possibly