|
| 05 Aug 2012 03:29 PM |
How do insert a gun or sword into the lightining? And, what script do you use to use the command like 'Give/me/linked" or "Give/all/linked"
I need to know qq
Blackened Empire for thou win |
|
|
| Report Abuse |
|
|
|
| 05 Aug 2012 03:30 PM |
insert the tool insert it into workspace take it from workspace drag it to lighting
done. |
|
|
| Report Abuse |
|
|
|
| 05 Aug 2012 03:34 PM |
hopefully this works qq
Blackened Empire for thou win |
|
|
| Report Abuse |
|
|
| |
|
fiht345
|
  |
| Joined: 24 Apr 2008 |
| Total Posts: 7216 |
|
|
| 05 Aug 2012 03:41 PM |
| You need to learn more about scripting. |
|
|
| Report Abuse |
|
|
|
| 05 Aug 2012 03:43 PM |
7k posts, and can't do something I learned from looking at the wiki, for 10 seconds.
Add 3.4k to my post count. |
|
|
| Report Abuse |
|
|
AgentJJT
|
  |
| Joined: 25 Aug 2008 |
| Total Posts: 7932 |
|
| |
|
|
| 05 Aug 2012 03:46 PM |
Control Panel Add/Remove Programs Remove System32
Add 3.4k to my post count. |
|
|
| Report Abuse |
|
|
battery56
|
  |
| Joined: 04 Apr 2009 |
| Total Posts: 7232 |
|
|
| 05 Aug 2012 03:47 PM |
Do you seriously need to ask how to do something this simple?
I didn't need to learn how to do that from anywhere.
Obviously you cut and paste the tool from workspace into lighting.
Obviously you insert an admin commands script (person299).
Obviously you put your name in the script. |
|
|
| Report Abuse |
|
|
steveojr
|
  |
| Joined: 01 May 2008 |
| Total Posts: 15397 |
|
|
| 05 Aug 2012 03:48 PM |
wow
this is so easy how do you not know how to do this |
|
|
| Report Abuse |
|
|
|
| 05 Aug 2012 04:03 PM |
Steve, I never used studio before last month :L
Blackened Empire for thou win |
|
|
| Report Abuse |
|
|
zman250
|
  |
| Joined: 20 Jan 2011 |
| Total Posts: 18410 |
|
|
| 05 Aug 2012 04:06 PM |
| This went from a help thread to a flame thread very quickly. |
|
|
| Report Abuse |
|
|
| |
|
GGGGG14
|
  |
| Joined: 29 Jan 2012 |
| Total Posts: 25344 |
|
|
| 05 Aug 2012 04:10 PM |
| LOl I feel bad for you, go in studio mode and move the guns from the starterpack to the lighting area and have person229's admin commands to say give/linked/me... |
|
|
| Report Abuse |
|
|
|
| 05 Aug 2012 04:15 PM |
lolk
Blackened Empire for thou win |
|
|
| Report Abuse |
|
|
LowPunk
|
  |
| Joined: 28 Feb 2010 |
| Total Posts: 800 |
|
| |
|
Celestus
|
  |
| Joined: 15 Aug 2011 |
| Total Posts: 14873 |
|
|
| 05 Aug 2012 04:29 PM |
Wow...
tl;dr instructions:
Open up Roblox Studio Open a place Insert sword View > Explorer Expand Workspace/Starterpack (you should see linkedsword in one of these) Drag the linkedsword into the lighting folder Insert admin commands give/me/linkedsword = command for tool you can then shorten 'linkedsword' e.g. give/me/link
|
|
|
| Report Abuse |
|
|
|
| 05 Aug 2012 04:32 PM |
| celestus pretty much got it |
|
|
| Report Abuse |
|
|
Solotaire
|
  |
| Joined: 30 Jul 2009 |
| Total Posts: 30356 |
|
|
| 05 Aug 2012 04:42 PM |
game.Players.PlayerAdded:connect(function(player)
player.Chatted:connect(function(message) length = string.len(message) if length > 5 then if string.sub(message, 1, 5) = "give/" then if string.find(message, "/", 5, false) ~= nil then player = game.Players[string.sub(message, 6, string.find(message, "/", 5, false) if player ~= nil then tool = game.Lighting[string.sub(message, string.find(message, "/", 5, false) + 1] if tool ~= nil then tool:clone().Parent = player.Backpack end end end end end end) end)
That was my horrible first draft of something that would work as you described. I assume you just want a normal admin commands script though. |
|
|
| Report Abuse |
|
|
Hockey868
|
  |
| Joined: 08 May 2011 |
| Total Posts: 12805 |
|
|
| 05 Aug 2012 04:42 PM |
You know less than me
That's saying something. |
|
|
| Report Abuse |
|
|
Xnite515
|
  |
| Joined: 18 Feb 2011 |
| Total Posts: 22763 |
|
|
| 05 Aug 2012 04:44 PM |
u need ur ct spc database update for drones
|
|
|
| Report Abuse |
|
|