Forum > Suggestions >
Has the IO library been removed ?
Posted
Was the IO library removed ? because when i execute print(io) it prints nil. Please add it again, i really need it.
Proud creator of: WRD+
Replied
The IO library has some huge security vulnerabilities, so I removed it. What parts did you need and why?
Cancel
Post
I'm just a chill guy fr 🤙
Replied
The parts that i need are io.open(path), because i'm making a place saver and i need to save the place and i also need it to get the properties from a JSON file to reduce the lag in the script textbox. I would use the open function like this:
local Props = io.open(Directory .. '/Properties.json', 'r')
Props:read('*a')
local File = io.open(Directory .. '/Place', 'w+')
File:write('string')
File:close()
Cancel
Post
Proud creator of: WRD+
Users viewing this thread:
( Members: 0, Guests: 1, Total: 1 )
Cancel
Post