#Trying to replace accessories
19 messages · Page 1 of 1 (latest)
game.Players.PlayerAdded:Connect(function(Player)
Player.CharacterAdded:Connect(function(Char)
for i, v in pairs(Char:GetChildren()) do
if v:IsA("Accessory") then
v:Destroy()
end
end
local BuilderHat = "YOUR WAY TO THE BUILDERHAT"
BuilderHat:Clone().Parent = Char
end)
end)
Thank you, now, where do i put this? im new to the world on luau, so im not exaclty sure on where things go.
make a script in the serverscriptservice
and you can name the script whatever you want
i tried that, and my standard accessories are still there.
i tried it and it removed every accessory from me
I copy and pasted what you sent into a script in the ServerScripService. is there something im supposed to change?
when youve got the script inside of the serverscript service yea
then you copy and paste the code i sent you
into the script
send me a ss of the script inside of the serverscript service
hold on, i'll have to DM it to you.
** You are now Level 1! **
good thing i already got helped
broooooo It's not even considered a script
just destroy old character and put custom character