As an example, if any of you have used Terabyte Advertising, you would know that it downloads a Studio file that is personal to you. How would I go about doing this? I need it for a service I’m working on.
What do you mean customized?
So basically, using TBA as an example again, every user on the TBA site as an ID and when you download the advertisement pack, there will be a script in the game that is modified to have your personal ID in it, how is this done?
Roblox place files are formatted in either an xml-like custom format or actual raw xml. These can be edited as such.
Thanks!
Edit: Nvm, this is all I see when I edit a Roblox studio file: (Sorry if I’m doing this wrong, it’s the first time I’ve done it.)
Do I need some special code editor or something?
Notepad++. If you want syntax highlighting for other languages however, Sublime Text might be a better solution.
I’m using Notepad++. I usually use VS Code, but that didn’t work with this.
Wdym? Just open the file with np++.
Is this .rbxl or .rbxlx?
rbxl
Then you might want to open it in studio first and save it as rbxlx. That’s the xml form. Much easier to read and manipulate.
Thanks.