Imported from ScriptBlox https://scriptblox.com/
you can equip any skin just change name
Free
script.lua
4 lines
local args = {
"TheEnforcer"
}
game:GetService("ReplicatedStorage"):WaitForChild("RemoteEvents"):WaitForChild("EquipSkin"):FireServer(unpack(args))
Description
Comments 0
Login to comment
Loading comments...
Copied!