A ROBLOX Module-Script to provide information with requester's geometric data, ...
- On your game's explorer head over to wherever you want to place the script and right click on the parent > Import from File... > Select ipinfo.luaa
- Go to your script that will request a function from the modulescript and require the modulescript (ex.
local ipinfo = require(game.ServerScriptService.ipinfo)
) - Done! Now use it like this:
print(ipinfo.ip)
local ipinfo = require(game.Workspace.ipinfo)
warn(ipinfo.ip)
print(ipinfo.country)