How to make a Accessory/Hat Remover in Roblox Studio! (Roblox Studio Scripting Tutorial 2021)

Аватар автора
Игровые Техники и Трюки
script: function onTouch(hit) local d = hit.Parent:GetChildren() for i=1, do if (d[i].className == "Accessory") then d[i].Handle.Transparency = 1 end end end script.Parent.Touched:Connect(onTouch)

0/0


0/0

0/0

0/0