ScriptBlox is undergoing maintenance, so downtime is possible. Sorry for the inconvenience!
HELLMET [OPEN ALPHA]
946 Views

ESP for hostiles and enemies no key

HELLMET [OPEN ALPHA]Uploaded by
5 months ago
Please login to perform these actions:

Description

Simple esp script. Enemies are red, civilians are green bla bla bla. Enemies load in this game only when you get close enough, this is a game feature, not an issue with the script.

View Raw
Edited By: sarcophile Download


Comments
5
User profile picture
BeboModsVerified
Verified Badge
Verified User
5 months ago
what is local CollectionService = game:GetService("CollectionService") for?
BeboMods's profile pictureBeboModswhat is local CollectionService = game:GetService(...
User profile picture
sarcophile 5 months ago
@BeboMods when I use workspace:GetDescendants() it basically searches the whole entire game for the models, when I used this it lagged the game for a quarter second whenever it refreshed to look for new or dead npcs. CollectionService is just a better and more optimized version to remove the small lag spikes that I had.
User profile picture
BeboModsVerified
Verified Badge
Verified User
5 months ago
u just defined the local and never used it again tho?
BeboMods's profile pictureBeboModsu just defined the local and never used it again t...
User profile picture
sarcophile 5 months ago
@BeboMods The local variable is used to call GetTagged (to find existing NPCs) and GetInstanceAddedSignal (to find new NPCs the moment they spawn). It completely removes the need for a while wait() loop, which is why the lag disappears.
User profile picture
00Fazee 5 months ago
gpt'd
Please Login to add a comment.