-- skin/character
local args = {
[1] = "Man"
}
workspace.Equippables.Gender.RemoteEvent:FireServer(unpack(args))
local args = {
[1] = "Change Skintone",
[2] = Color3.new(-204, -142, -105)
}
game:GetService("ReplicatedStorage"):WaitForChild("Dress Up"):WaitForChild("RemoteEvent"):FireServer(unpack(args))
-- hair
local args = {
[1] = "Equip",
[2] = "- Hair Man 1"
}
game:GetService("ReplicatedStorage"):WaitForChild("Dress Up"):WaitForChild("RemoteEvent"):FireServer(unpack(args))
local args = {
[1] = "Color Accessory",
[2] = "- Hair Man 1",
[3] = "1",
[4] = Color3.new(-66, -33, -12)
}
game:GetService("ReplicatedStorage"):WaitForChild("Dress Up"):WaitForChild("RemoteEvent"):FireServer(unpack(args))
local args = {
[1] = "Equip",
[2] = "- Hair Man 2"
}
game:GetService("ReplicatedStorage"):WaitForChild("Dress Up"):WaitForChild("RemoteEvent"):FireServer(unpack(args))
local args = {
[1] = "Color Accessory",
[2] = "- Hair Man 2",
[3] = "1",
[4] = Color3.new(-66, -33, -12)
}
game:GetService("ReplicatedStorage"):WaitForChild("Dress Up"):WaitForChild("RemoteEvent"):FireServer(unpack(args))
-- top
local args = {
[1] = "Equip",
[2] = "Riko Baggy Tee"
}
game:GetService("ReplicatedStorage"):WaitForChild("Dress Up"):WaitForChild("RemoteEvent"):FireServer(unpack(args))
local args = {
[1] = "Color Accessory",
[2] = "Riko Baggy Tee",
[3] = "1",
[4] = "rbxassetid://15400302059"
}
game:GetService("ReplicatedStorage"):FindFirstChild("Dress Up").RemoteEvent:FireServer(unpack(args))
-- bottom
local args = {
[1] = "Equip",
[2] = "Riko Baggy Jeans Male"
}
game:GetService("ReplicatedStorage"):WaitForChild("Dress Up"):WaitForChild("RemoteEvent"):FireServer(unpack(args))
local args = {
[1] = "Color Accessory",
[2] = "Riko Baggy Jeans Male",
[3] = "1",
[4] = "rbxassetid://10890519353"
}
game:GetService("ReplicatedStorage"):WaitForChild("Dress Up"):WaitForChild("RemoteEvent"):FireServer(unpack(args))
local args = {
[1] = "Color Accessory",
[2] = "Riko Baggy Jeans Male",
[3] = "2",
[4] = "rbxassetid://15400302059"
}
game:GetService("ReplicatedStorage"):WaitForChild("Dress Up"):WaitForChild("RemoteEvent"):FireServer(unpack(args))
-- face
local args = {
[1] = "Classic Makeup",
[2] = "rbxassetid://18235504717"
}
game:GetService("ReplicatedStorage"):WaitForChild("Dress Up"):WaitForChild("RemoteEvent"):FireServer(unpack(args))
To embed this project on your website, copy the following code and paste it into your website's HTML: