Skip to content

Latest commit

 

History

History
18 lines (9 loc) · 555 Bytes

README.md

File metadata and controls

18 lines (9 loc) · 555 Bytes

basic_esp

Basic ESP kit for games I play

You can easily add players, objects, and npcs using this basic kit

basic api:

framework:register_player( player)

framework:register_humanoid(

humanoid) -- Just insert the character model i.e: {model = workspace.NPC}

framework:register_object(

model) -- You can insert a model or part it doesn't matter, example: framework:register_object({model = Workspace.Objective})

https://cdn.discordapp.com/attachments/680605645686439994/973044962247716864/unknown.png

^ showcase