|
| 04 Jun 2014 01:18 PM |
No, not spam. I've already apologized for that.
How can you see "hidden" objects?
And are there any SERVICES that are NOT children of game that a script can run in..? |
|
|
| Report Abuse |
|
|
|
| 04 Jun 2014 01:20 PM |
There are no serverices that are not child of game... but ServerStorage |
|
|
| Report Abuse |
|
|
|
| 04 Jun 2014 01:21 PM |
Yes there are -_-
These are the children; http://www.roblox.com/Forum/ShowPost.aspx?PostID=135080952
Any services not there, are not children. |
|
|
| Report Abuse |
|
|
wazap
|
  |
| Joined: 29 Jun 2007 |
| Total Posts: 23234 |
|
|
| 04 Jun 2014 01:22 PM |
All services are children of game
explain hidden object k |
|
|
| Report Abuse |
|
|
|
| 04 Jun 2014 01:24 PM |
Objects that don't appear in explorer.
Also services that are not in the 55 here; http://www.roblox.com/Forum/ShowPost.aspx?PostID=135080952
Are not children. |
|
|
| Report Abuse |
|
|
wazap
|
  |
| Joined: 29 Jun 2007 |
| Total Posts: 23234 |
|
|
| 04 Jun 2014 01:26 PM |
the moment you use :GetService they become children idk any objects that dont appear in explorer |
|
|
| Report Abuse |
|
|
| |
|
|
| 04 Jun 2014 01:28 PM |
And as for GetService
I mean by default |
|
|
| Report Abuse |
|
|
wazap
|
  |
| Joined: 29 Jun 2007 |
| Total Posts: 23234 |
|
|
| 04 Jun 2014 01:30 PM |
| How do you plan on accessing a service not in game without getservice |
|
|
| Report Abuse |
|
|
|
| 04 Jun 2014 01:32 PM |
_G.NilService = {} table.insert(NilService,script) script.Parent = nil |
|
|
| Report Abuse |
|
|
|
| 04 Jun 2014 01:33 PM |
I don't know, who said that was what I was doing.
Can you please just answer my question..?
Also ignore the "Timer" post. It USED to be an object... |
|
|
| Report Abuse |
|
|
Kingmouli
|
  |
| Joined: 28 Sep 2012 |
| Total Posts: 1292 |
|
|
| 04 Jun 2014 01:34 PM |
| Can you give us an example of a ''hidden'' object? I'd like to see it myself... |
|
|
| Report Abuse |
|
|
wazap
|
  |
| Joined: 29 Jun 2007 |
| Total Posts: 23234 |
|
|
| 04 Jun 2014 01:34 PM |
whats the point of asking this if its impossible to do
only place scripts can run are in workspace and serverscriptservice |
|
|
| Report Abuse |
|
|
|
| 04 Jun 2014 01:35 PM |
@island
That won't work for me, people could go
for I = 1,#_G do table.remove(_G, I) end
To get rid of it |
|
|
| Report Abuse |
|
|
|
| 04 Jun 2014 01:37 PM |
| not if they didn't know about the _G. thing |
|
|
| Report Abuse |
|
|
|
| 04 Jun 2014 01:38 PM |
@king
I'll try hold on, they're hidden so, well, lol.
@w
Workspace.script.Parent = game:GetService("Timer") |
|
|
| Report Abuse |
|
|
wazap
|
  |
| Joined: 29 Jun 2007 |
| Total Posts: 23234 |
|
|
| 04 Jun 2014 01:39 PM |
> game:GetService("Timer") 11:39:22.088 - 'Timer' is not a valid Service name 11:39:22.090 - Script 'game:GetService("Timer")', Line 1 11:39:22.091 - Stack End |
|
|
| Report Abuse |
|
|
|
| 04 Jun 2014 01:43 PM |
:O maybe it is an object...
Waz test these for me, I'm on iPod
X = Instance.new("Timer", Workspace) print(X.Name)
X = Instance.new("Visit", Workspace) print(X.Name)
X = Instance.new("Geometry", Workspace) print(X.Name) |
|
|
| Report Abuse |
|
|
wazap
|
  |
| Joined: 29 Jun 2007 |
| Total Posts: 23234 |
|
| |
|
| |
|
wazap
|
  |
| Joined: 29 Jun 2007 |
| Total Posts: 23234 |
|
|
| 04 Jun 2014 01:48 PM |
Properties of DataModel aka game
game.Geometry game.Visit
game.Timer doesnt exist |
|
|
| Report Abuse |
|
|
|
| 04 Jun 2014 01:53 PM |
Alright then...
I think I found out how to view them with a google search. Apparently from what I've seen is that the Object Browser can view then but explorer can't? Correct me if I'm wrong.
Also the wiki said something, lemme get it hold on. |
|
|
| Report Abuse |
|
|
|
| 04 Jun 2014 01:55 PM |
"By editing the ReflectionMetadata.xml file that comes with Roblox, you can make some hidden classes visible in Roblox Studio and in the object browser."
What would I do to it..? |
|
|
| Report Abuse |
|
|
Vuva
|
  |
| Joined: 22 Jan 2010 |
| Total Posts: 1102 |
|
|
| 04 Jun 2014 02:01 PM |
http://www.roblox.com/item.aspx?setItemId=12233041&avID=242960317 This used to work, but it hasen't been updated in like a year so there might still be some new objects that don't show.
You would locate your ReflectionMetadata.xml file in the roblox studio folder, and copy the script and replace the file with it. As I said, I did it a long time ago and it worked; I don't know about now. |
|
|
| Report Abuse |
|
|
|
| 04 Jun 2014 02:01 PM |
| @w Did you give up on me..? |
|
|
| Report Abuse |
|
|