#Team

47 messages · Page 1 of 1 (latest)

hard topaz
stray gate
#

The character spawns with Pants and Shirt already.

#

You have to replace the texture instead by pasting different template ID's.

hard topaz
stray gate
#

You have tho change this to the desired template ID.

hard topaz
#

if it was about this I have it done

stray gate
#

Instead of cloning the clothes from the folders, copy their ID and replace the characters current cloth ID with it.

stray gate
stray gate
hard topaz
stray gate
#

Character.Pants:Destroy() - ❌

Character.Pants.PantsTemplate = ReplicatedStorage.Teacher.Pants.PantsTemplate - ✅

hard topaz
#

like that?

stray gate
#

Delete the :Clone() too

hard topaz
stray gate
#

The entire segment

#
local shirt = ...
shirt.Parent...
local pants = ...
pants.Parent...
#

delete this

hard topaz
stray gate
#

yh

#

test it

hard topaz
#

dont work

stray gate
#

Then try storing the values as variables in the script instead.

hard topaz
#

you know what I don't quite understand through this translator would be a chance if you have time for me to add you to the game and you will check what is wrong

dull hinge
#

Check if the team ur sending dosent exist

hard topaz
#

do you mean do I have the teams created?

#

@stray gate

stray gate
#

?

stray gate
#

with the IDs of the student and teacher clothes

#
local uniformsTable = {
    ["Student"] = {
        ['Shirt'] = "PUT_TEMPLATE_ID_HERE",
        ['Pants'] = "PUT_TEMPLATE_ID_HERE"
    },
    
    ["Teachers"] = {
        ['Shirt'] = "PUT_TEMPLATE_ID_HERE",
        ['Pants'] = "PUT_TEMPLATE_ID_HERE"
    },
}
hard topaz
#

and on what line add that

stray gate
#

5

hard topaz
# stray gate 5

doesn't work again I used another script and now it works but only after resetcharacter

stray gate
#

I can't really help you with rescripting the whole code rn man

#

I'll get back to you soon.

hard topaz
stray gate
#

Can you show me the full scripts for everything that handles the clothes?

hard topaz
#

This is full script and on script are shirt and pants its all i cant send ss now i am not at home

dull hinge
#

add prints in each if statemnt function