|
| 06 Feb 2013 11:56 AM |
local team = {"HI"}
Team.Name = {} Team.Spawn = {}
p = Instance.new("Part", script.Parent) p.Name = "Team" p.FormFactor = "Symmetric" p.BottomSurface = "Smooth" p.TopSurface = "Smooth" p.Anchored = true p.Position = Vector3.new(1,1,1)
Part = Instance.Team()
end |
|
|
| Report Abuse |
|
|
| 06 Feb 2013 12:01 PM |
| What is it you want this to do? |
|
|
| Report Abuse |
|