Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

GUI to remove cloned items from ReplicatedStorage help? [closed]

Asked by 10 years ago

Can I have help with a script? I need it to be a click-gui that removes items like almost like this script :

for _,v in pairs(game.Workspace:GetChildren()) do for _,x in pairs(game.ReplicatedStorage.Items:GetChildren()) do if v.Name == x.Name then v:Destroy() end end end

Help, can't figure it out to make is so a click-gui will run it. Can someone make one for me?

Closed as Not Constructive by Sparker22

This question has been closed because it is not constructive to others or the asker. Most commonly, questions that are requests with no attempt from the asker to solve their problem will fall into this category.

Why was this question closed?

1 answer

Log in to vote
0
Answered by 10 years ago

This is not a request sight, but you should ask on the roblox forum, or message someone on roblox, it did say "Scripting Helpers is not a request sight." when you asked this.

Ad