|
| 11 Aug 2015 05:11 PM |
I need help. Anyone have the script?
Official MiniMod of OT | Declared on 7/12/15 3:00 PM EST |
|
|
| Report Abuse |
|
|
|
| 11 Aug 2015 05:14 PM |
bump
Official MiniMod of OT | Declared on 7/12/15 3:00 PM EST |
|
|
| Report Abuse |
|
|
AwsomanDS
|
  |
| Joined: 29 Dec 2010 |
| Total Posts: 234 |
|
|
| 11 Aug 2015 05:39 PM |
Try this and put it into the SpawnLocation, if it doesn't work, I am not the best at scripting, sorry.
local color=script.Parent.BrickColor script.Parent.Touched:connect(function(hit) if ((hit~=nil) and hit:findFirstChild("TeamColor")) then hit.TeamColor=BrickColor.new(color) elseif ((hit.Parent~=nil) and (hit.Parent:findFirstChild("TeamColor"))) then hit.Parent.TeamColor=BrickColor.new(color) end end) |
|
|
| Report Abuse |
|
|
brados123
|
  |
| Joined: 24 Nov 2012 |
| Total Posts: 2143 |
|
|
| 11 Aug 2015 08:09 PM |
You can either do a script, or you can get a spawn, delete all decals etc, do what you want with it then go to the properties of the spawn and it should say allow team change on touch. If you don't like that, I have a simple script.
|
|
|
| Report Abuse |
|
|