Skip to content
/ ipinfo Public

A ROBLOX Module-Script to provide information with requester's geometric data, ...

Notifications You must be signed in to change notification settings

bopv2/ipinfo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

ipinfo

A ROBLOX Module-Script to provide information with requester's geometric data, ...

How to use?

  1. 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
  2. Go to your script that will request a function from the modulescript and require the modulescript (ex. local ipinfo = require(game.ServerScriptService.ipinfo))
  3. Done! Now use it like this: print(ipinfo.ip)

Typical ohio code:

local ipinfo = require(game.Workspace.ipinfo)

warn(ipinfo.ip)
print(ipinfo.country)

DO NOT USE THIS TO HARM ANYONE/ANYTHING!

About

A ROBLOX Module-Script to provide information with requester's geometric data, ...

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages