Something pauses my script from continuing?
Asked by
5 years ago Edited 5 years ago
so i made this one script in roblox for a platformer game that detects if a player is in a object stored in a folder and something discontinues my script from going further. I already figured out it was a while true do but does anyone know how you would make it so the script ignores the while true do but it still continues searching for the objects?
Heres the code:
01 | for _, object in pairs (file) do |
09 | print ( "hitbox of object currently is:" .. top .. bottom .. left .. right .. back .. front) |
14 | object.LocalTransparencyModifier = 0.5 |
16 | object.LocalTransparencyModifier = 0 |