sks2002Join Date: 2011-10-17 Post Count: 1236 |
My worker added this with his bad free models, can you help me? |
|
|
|
######## #### the only reason I could see that he would add that is to either protect his stuff from being used maliciously or to be malicious... You never posted the code so I can't really help you, sorry. |
|
sks2002Join Date: 2011-10-17 Post Count: 1236 |
@jaden its FDDDF237-E16E-48C5-A35A-6D7246BA2AD6 |
|
|
d e l e t e t h e v i r u s .
"I might be smart. But I dont know math" -Me |
|
|
Never heard of it. I only use the free models marked as high quality by roblox, you should do the same. |
|
sks2002Join Date: 2011-10-17 Post Count: 1236 |
I do, the worker doesn't know what free model he used, i told him off
|
|
sks2002Join Date: 2011-10-17 Post Count: 1236 |
bump
|
|
sks2002Join Date: 2011-10-17 Post Count: 1236 |
bump |
|
iiNemoJoin Date: 2013-07-22 Post Count: 2380 |
Put this in the command bar inside of studio.
for _, Object in next, game:GetService('Workspace'):GetDescendants() do
if Object.Name == 'OldBaronMondo' then
Object:Destroy()
end
end
Fish Are Friends, Not Food |
|
sks2002Join Date: 2011-10-17 Post Count: 1236 |
i done it, doesn't work
|
|
|
You could get all descendants of game and parent them to workspace, then just delete whatever isn't yours.
-Squid |
|