|
| 19 Jan 2013 08:26 AM |
When you press Ctrl+F It comes up with a message saying up or down to find the next word matching the one you typed in the search box, My idea is that when you type in the word(s) it highlights all the words and then you can edit them all at once or just one instead of having to do it individually E.g.
In this script I want to change all the EXP's to just XP so it works in my game
Before: EXP = script.Parent.Parent.Parent.Parent.Parent.leaderstats.EXP Level = script.Parent.Parent.Parent.Parent.Parent.leaderstats.Level
while true do script.Parent.Text = EXP.Value .. " / " .. Level.Value * 25 wait(0.1) end
After: XP = script.Parent.Parent.Parent.Parent.Parent.leaderstats.XP Level = script.Parent.Parent.Parent.Parent.Parent.leaderstats.Level
while true do script.Parent.Text = XP.Value .. " / " .. Level.Value * 25 wait(0.1) end
I had to do the one above individually but it would be alot easier if you could highlight them all and change the all from EXP to XP.
Please don't say no support or stupid idea or waste of time, write a reason.
|
|
|
| Report Abuse |
|
|
|
| 19 Jan 2013 08:27 AM |
This has nothing to do with ROBLOX. Its Google Chrome.
im surprised if you read this far |
|
|
| Report Abuse |
|
|
KimYuDori
|
  |
| Joined: 30 Dec 2011 |
| Total Posts: 1189 |
|
|
| 19 Jan 2013 08:29 AM |
I didn't understand something so good,but I got the main idea.
Support |
|
|
| Report Abuse |
|
|
|
| 19 Jan 2013 08:42 AM |
| what are you on about google chrome im on about LUA scripts |
|
|
| Report Abuse |
|
|
|
| 19 Jan 2013 08:43 AM |
| you've obviously not read all of it then... idiot |
|
|
| Report Abuse |
|
|
KimYuDori
|
  |
| Joined: 30 Dec 2011 |
| Total Posts: 1189 |
|
| |
|
| |
|
|
| 19 Jan 2013 08:46 AM |
| No I was talking about rock |
|
|
| Report Abuse |
|
|
|
| 19 Jan 2013 08:47 AM |
press Ctrl and F. Its all google chrome.
im surprised if you read this far |
|
|
| Report Abuse |
|
|
|
| 19 Jan 2013 08:48 AM |
| No It does it on Lua scripts as well its not just google chrome... genius |
|
|
| Report Abuse |
|
|
|
| 19 Jan 2013 08:54 AM |
okay If I said another argument i probably would have started a flame war and would have gotten reported.
im surprised if you read this far |
|
|
| Report Abuse |
|
|
Luc599345
|
  |
| Joined: 25 Jul 2008 |
| Total Posts: 1169 |
|
|
| 19 Jan 2013 09:04 AM |
... There's already this in ROBLOX Studio >.>
Ctrl + H
~ Far over, the misty mountain colds... ~ |
|
|
| Report Abuse |
|
|