| |
|
GGGGG14
|
  |
| Joined: 29 Jan 2012 |
| Total Posts: 25344 |
|
|
| 29 Nov 2013 05:58 PM |
| Nobody needs a holo training place which is a total rip off of a famous WIJ training center years ago. |
|
|
| Report Abuse |
|
|
|
| 29 Nov 2013 05:58 PM |
I do.
//:The classified secrets of Troixus have been revealed:\\ |
|
|
| Report Abuse |
|
|
022981
|
  |
| Joined: 25 Apr 2011 |
| Total Posts: 5046 |
|
| |
|
|
| 29 Nov 2013 06:00 PM |
Me
-Deprive into Depriviation- |
|
|
| Report Abuse |
|
|
|
| 29 Nov 2013 06:01 PM |
| Three NBCs who need a holo... |
|
|
| Report Abuse |
|
|
GGGGG14
|
  |
| Joined: 29 Jan 2012 |
| Total Posts: 25344 |
|
|
| 29 Nov 2013 06:02 PM |
Since I made this like 30 seconds ago here it is:
local holoAdmins = { ["NAME1"] = true; ["NAME2"] = true; ["NAME3"] = true; --[[admins]] }
function findHolo(name)
for _, model in pairs(game.Lighting:GetChildren()) do if model.Name:lower() == name:lower() then return model end end end
function findWorkHolo(name)
for _, model2 in pairs(game.Workspace:GetChildren()) do if model2.Name:lower() == name:lower() then return model2 end end end
function onChatted(msg, player)
if msg:sub(1,5) == "load " and holoAdmins[player.Name] then --[[load holos]] holo = findHolo(msg:sub(6)) if holo then game.Lighting.holo:Clone().Parent = game.Workspace end
elseif msg:sub(1,4) == "end " and holoAdmins[player.Name] then --[[end holos]] holo = findWorkHolo(msg:sub(5)) if holo then holo:Remove() end end end
game.Players.PlayerAdded:connect(function(player) player.Chatted:connect(function(msg) onChatted(msg, player) end) end)
|
|
|
| Report Abuse |
|
|
| |
|
| |
|
|
| 29 Nov 2013 06:03 PM |
I want one for UAF please?
//:The classified secrets of Troixus have been revealed:\\ |
|
|
| Report Abuse |
|
|