troubleshooting
common issues and their solutions.
installation issues
script won't load
symptoms: no notifications appear
solutions:
- verify you're in a game, not studio
- check executor is properly injected
- ensure internet connection active
- verify github is accessible
- try different executor
features not loading
symptoms: some features missing
solutions:
- check console for specific errors
- verify all files exist on github
- try executing again
- check for typos in file paths
"http requests not enabled"
symptoms: error message on execute
solutions:
- enable http requests in executor settings
- check executor documentation
- try different executor if unavailable
feature issues
freecam not working
symptoms: camera doesn't move
solutions:
- verify z was pressed
- check controls aren't bound by game
- ensure no conflicting scripts
- try different input (mouse vs keyboard)
players still visible
symptoms: hide players not working
solutions:
- confirm lcs is active (press z)
- check if they're actual players (not npcs)
- verify feature loaded successfully
- toggle off and on again
ui still showing
symptoms: hide ui not working
solutions:
- some ui might be billboards (use hide billboards)
- core guis need freecam to hide
- check if guis are screenguis
- verify feature enabled in config
billboards not hiding
symptoms: nametags still visible
solutions:
- check billboard names in game
- add names to billboard name list
- fork and modify for specific game
- some games use custom systems
performance issues
lag when using lcs
symptoms: low fps, stuttering
solutions:
- close unnecessary programs
- lower graphics settings
- check executor isn't causing issues
- rejoin game for fresh start
camera movement sluggish
symptoms: delayed response
solutions:
- increase game framerate
- check input devices working
- verify no input lag in game
- try different stiffness values
control issues
keyboard not responding
symptoms: wasd doesn't move camera
solutions:
- verify freecam is active
- check game isn't capturing inputs
- try alternative layout (uhjk)
- ensure executor properly injected
mouse not working
symptoms: can't look around
solutions:
- verify in freecam mode
- check mouse working in other games
- try adjusting sensitivity
- restart roblox if needed
gamepad not detected
symptoms: controller inputs ignored
solutions:
- verify controller connected
- check roblox recognizes controller
- try reconnecting controller
- ensure no other programs using it
game-specific issues
doesn't work in this game
symptoms: features don't work properly
solutions:
- some games have protections
- try in different game to verify lcs works
- check game doesn't override camera
- report issue if widespread
custom ui not hiding
symptoms: game ui still visible
solutions:
- game might use custom ui system
- check what ui type it is
- may need custom modification
- use hide ui for screenguis
error messages
"attempt to index nil"
cause: object doesn't exist
solutions:
- feature trying to access missing object
- game might have removed something
- rejoin game
- report if persistent
"unable to cast value"
cause: type mismatch
solutions:
- game structure different than expected
- might be game-specific issue
- try different game
- report if widespread
getting help
if you can't solve your issue:
- check console for error messages
- note which features aren't working
- try in different game
- report issue on github with details:
- what you were doing
- error messages
- which game
- your executor
prevention
avoid issues by:
- using in private servers
- testing before important recordings
- keeping executor updated
- checking github for updates
- following best practices