zipper01
|
  |
| Joined: 27 Mar 2010 |
| Total Posts: 442 |
|
|
| 14 Mar 2012 09:11 PM |
I got this Checkpoint Spawn that is teamless and it really works but the problem is, I can't get it to become permanent. I want to leave and comeback and spawn here again. I do NOT want teams or Leaderboard!
Here is the script:
debounce = false
function onTouched(part) debounce = true for i = 1, #game.Players:getChildren() do p = game.Players:getChildren()[i] if p.Character ~= nil then if part:IsDescendantOf(p.Character) then local pos = p:findFirstChild("CheckpointPos") if pos == nil then pos = Instance.new("Vector3Value") pos.Name = "CheckpointPos" pos.Parent = p end pos.Value = script.Parent.Position + Vector3.new(0, script.Parent.Size.y/2 + 4, 0) return
end end end wait() debounce = false end
script.Parent.Touched:connect(onTouched) |
|
|
| Report Abuse |
|
|
zipper01
|
  |
| Joined: 27 Mar 2010 |
| Total Posts: 442 |
|
|
| 15 Mar 2012 09:50 AM |
| ._. Anybody knows how? PM me it or do a model ._. |
|
|
| Report Abuse |
|
|
|
| 15 Mar 2012 10:23 AM |
http://www.roblox.com/Forum/ShowPost.aspx?PostID=36320226
This forum is for discussion, not getting help. Post in Scripting Helpers. |
|
|
| Report Abuse |
|
|
zipper01
|
  |
| Joined: 27 Mar 2010 |
| Total Posts: 442 |
|
| |
|
gash11
|
  |
| Joined: 16 Oct 2009 |
| Total Posts: 1478 |
|
| |
|