Skip to content

Latest commit

 

History

3 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 

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

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages