|
| 15 Nov 2014 09:14 PM |
| Whenever I spawn, I spawn up in the air and fall to the spawn. I keep spawning on top of the building, it's getting annoying :p How do I fix this? |
|
|
| Report Abuse |
|
|
|
| 15 Nov 2014 09:25 PM |
| The roof is in the way. If it detects a collision (Even if you have enough room theoretically) then you spawn above it. |
|
|
| Report Abuse |
|
|
Goulstem
|
  |
| Joined: 04 Jul 2012 |
| Total Posts: 7177 |
|
|
| 15 Nov 2014 09:26 PM |
Step 1) Put a Brick down where you want to spawn
Step 2) Put dis script in dat brick
game.Players.PlayerAdded:connect(function(plr) plr.CharacterAdded:connect(function(char) repeat wait() until char:FindFirstChild("Torso") ~= nil wait(.2) char.Torso.CFrame = CFrame.new(script.Parent.Position + Vector3.new(0,3,0)) end) end) |
|
|
| Report Abuse |
|
|
| |
|
|
| 15 Nov 2014 09:47 PM |
| What about the other team spawns? |
|
|
| Report Abuse |
|
|
| |
|
Goulstem
|
  |
| Joined: 04 Jul 2012 |
| Total Posts: 7177 |
|
| |
|