|
| 06 Jul 2012 07:45 PM |
| When you touch a certain brick, it gives you a certain tool. |
|
|
| Report Abuse |
|
|
| |
|
Shoqwave
|
  |
| Joined: 13 May 2012 |
| Total Posts: 215 |
|
|
| 06 Jul 2012 07:47 PM |
| Go to free models. I doubt anyone will make you this. |
|
|
| Report Abuse |
|
|
|
| 06 Jul 2012 07:48 PM |
| Well, free models are not a choice for me, I despise them. |
|
|
| Report Abuse |
|
|
| |
|
|
| 06 Jul 2012 07:48 PM |
Why do you "despise" them?
> † KMXD † |
|
|
| Report Abuse |
|
|
|
| 06 Jul 2012 07:48 PM |
| Just a simple script, help please. |
|
|
| Report Abuse |
|
|
Shoqwave
|
  |
| Joined: 13 May 2012 |
| Total Posts: 215 |
|
|
| 06 Jul 2012 07:49 PM |
Again, I doubt you'll get help here.
There are many free models which you can LOOK AT, and see if you can duplicate, or make an original based off of it. |
|
|
| Report Abuse |
|
|
|
| 06 Jul 2012 07:50 PM |
| What can I search for if I do go there. |
|
|
| Report Abuse |
|
|
|
| 06 Jul 2012 07:51 PM |
Probably a "giver".
> † KMXD † |
|
|
| Report Abuse |
|
|
| |
|
|
| 06 Jul 2012 07:52 PM |
Meh. I'll help. It's pretty simple anyways :P even though mine is what some people would call "inefficient." It still works though:
--KEEP INSIDE THE PART a = true function touch(hit) if a == true then a = false tool = game.Lighting:findFirstChild("Sword") --Change "Sword" to whatever. Remember to keep it in Lighting.
if hit.Parent:findFirstChild("Humanoid") then
tool:clone().Parent = game.Players:findFirstChild(hit.Parent.Name).Backpack a = true end end end script.Parent.Touched:connect(touch)
Tell me if I made an error :) |
|
|
| Report Abuse |
|
|
Shoqwave
|
  |
| Joined: 13 May 2012 |
| Total Posts: 215 |
|
|
| 06 Jul 2012 07:57 PM |
script.Parent.Touched:connect(function(hit)
toolname = "ToolName" -- Change 'ToolName' to the name of your tool.
player = game.Players:GetPlayerFromCharacter(hit.Parent) tool = game.Lighting:findFirstChild(toolname)
if player then if player.Backpack:findFirstChild(toolname) then return else tool:clone().Parent = player.Backpack
end end end) |
|
|
| Report Abuse |
|
|
|
| 06 Jul 2012 08:02 PM |
Why do you "despise" them? Do you feel that they hurt your pride or something? Taking free models is basically the same as requesting here.
> † KMXD † |
|
|
| Report Abuse |
|
|
Shoqwave
|
  |
| Joined: 13 May 2012 |
| Total Posts: 215 |
|
|
| 06 Jul 2012 08:03 PM |
^
You get trolled for both of them. |
|
|
| Report Abuse |
|
|