**Hello, I have this script i created, I use it for a snow removal game, But it seems the script lags.. ** any ideas to edit the script?
fuction onTouched(Hit) if Hit.Name == "Snow" then Hit:Destroy() end end script.Parent.Touched:connect(onTouched) print 'Script Created By Dogboy12ss (:'
Thanks, Dogboy12ss (:
That shouldn't cause lag..