i'm new to roblox studio, so i usually get free models. sometimes those models have something called "fire", with the fire icon. in it, is a script called "spread". the only thing in there is just coding that doesn't look like a virus' coding. when i test run the game in roblox studio, the model doesn't do anything. code: function Spread(part) check = part:findFirstChild("Fire") if check == nil then script.Parent:Clone().Parent = part
1 | elseif check ~ = nil then |
2 | check.Size = check.Size + 1000000 |
3 | check.Heat = check.Heat + 1000000 |
4 | end |
end
script.Parent.Parent.Touched:connect(Spread)
i don't really have an idea what that code means, but it doesn't look suspicious. i'm just wondering whether or not the model is okay to use.
Watch this video, it tells you how to clean free models. https://www.youtube.com/watch?v=AydsV3C7oMI
I hope this helped.