get_target

Returns the target character from the given in username

modules.get_target(username: string)

Parameters

  • username: Username of the target (needs to be the exact one)


Example

local local_char = modules.get_target(game:GetService("Players").LocalPlayer.Name)
print(local_char)

Last updated