getgenv().lmao = not getgenv().lmao
task.spawn(function()
while true do
task.wait()
if not getgenv().lmao then
break
end
local args = {
[1] = "Change Skintone",
[2] = Color3.new(math.random(), math.random(), math.random())
}
game:GetService("ReplicatedStorage"):WaitForChild("Dress Up"):WaitForChild("RemoteEvent"):FireServer(unpack(args))
end
end)
Steps :
- Click go to script button for get script
- Click COPY button for auto copy script
- Paste the script into your script application
- Run and done