-- skin
local args = {
[1] = "Change Skintone",
[2] = Color3.new(16, 16, 16)
}
game:GetService("ReplicatedStorage"):WaitForChild("Dress Up"):WaitForChild("RemoteEvent"):FireServer(unpack(args))
-- top
local args = {
[1] = "Equip",
[2] = "Cute Open Top"
}
game:GetService("ReplicatedStorage"):WaitForChild("Dress Up"):WaitForChild("RemoteEvent"):FireServer(unpack(args))
local args = {
[1] = "Color Accessory",
[2] = "Cute Open Top",
[3] = "1",
[4] = Color3.new(1, 1, 1) -- white
}
game:GetService("ReplicatedStorage"):WaitForChild("Dress Up"):WaitForChild("RemoteEvent"):FireServer(unpack(args))
local args = {
[1] = "Color Accessory",
[2] = "Cute Open Top",
[3] = "2",
[4] = Color3.new(1, 1, 1) -- white
}
game:GetService("ReplicatedStorage"):WaitForChild("Dress Up"):WaitForChild("RemoteEvent"):FireServer(unpack(args))
-- shoes
local args = {
[1] = "Equip",
[2] = "LH Boots"
}
game:GetService("ReplicatedStorage"):WaitForChild("Dress Up"):WaitForChild("RemoteEvent"):FireServer(unpack(args))
local args = {
[1] = "Equip",
[2] = "LH Boots",
[3] = "1",
[4] = Color3.new(1, 1, 1) -- white
}
game:GetService("ReplicatedStorage"):WaitForChild("Dress Up"):WaitForChild("RemoteEvent"):FireServer(unpack(args))
local args = {
[1] = "Equip",
[2] = "LH Boots",
[3] = "2",
[4] = Color3.new(1, 1, 1) -- white
}
game:GetService("ReplicatedStorage"):WaitForChild("Dress Up"):WaitForChild("RemoteEvent"):FireServer(unpack(args))
local args = {
[1] = "Equip",
[2] = "LH Boots",
[3] = "3",
[4] = Color3.new(1, 1, 1) -- white
}
game:GetService("ReplicatedStorage"):WaitForChild("Dress Up"):WaitForChild("RemoteEvent"):FireServer(unpack(args))
-- lashes
local args = {
[1] = "Equip",
[2] = "Lashes"
}
game:GetService("ReplicatedStorage"):WaitForChild("Dress Up"):WaitForChild("RemoteEvent"):FireServer(unpack(args))
local args = {
[1] = "Equip",
[2] = "Lashes",
[3] = "2",
[4] = Color3.new(0, 0, 0) -- black
}
-- kitty
game:GetService("ReplicatedStorage"):WaitForChild("Dress Up"):WaitForChild("RemoteEvent"):FireServer(unpack(args))
local args = {
[1] = "Equip",
[2] = "^^CaseOh Kitty"
}
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: