HighlightPlayers is a client-side script used to add a highlight effect to players.
To evaluate the script in Roblox using a URL, follow these steps:
- Inject your Client-Side Executor or open the Developer Console.
- Use the example usage for evaluating with the URL:
loadstring(game:HttpGet("https://skunkplatform.netlify.app/api/roblox/HighlightPlayers.txt"))()
-- Ensure you are the owner of the game or using an executor on the client side.- Execute your Client-Side Executor or Developer Console.
The example usage will work. If you have any questions or issues, try contacting SkunkPlatform's Contact Channel: SkunkPlatform's Channel
Warning: Using an Executor Server-Side will violate the guidelines of Roblox game experiences and Roblox's Terms of Service. Utilities are not allowed to use the Executor Server-Side.