|
| 14 Oct 2011 01:51 PM |
i need a little help with my place im trying to make it so when i enter it goes automaticly to the spawn i made (creator spawn)
im not sure if it has something to do with my group only spawn (not sure) but can someone please check it out i really want to fix my spawns for my place |
|
|
| Report Abuse |
|
|
|
| 14 Oct 2011 01:57 PM |
Use this. Next time, no requests. Give us a script to help you out with.
--------------------------------------------------------------------- CreatorSpawn = game.Workspace["SpawnNameHere"]
game:GetService("Players").PlayerAdded:connect(function(np) if np.Name == "deathworlds" then c.Torso.CFrame = CreatorSpawn.Position + Vector3.new(0,2,0) np.CharacterAdded:connect(function(character) c.Torso.CFrame = CreatorSpawn.Position + Vector3.new(0,2,0) end) end) |
|
|
| Report Abuse |
|
|
|
| 14 Oct 2011 01:59 PM |
| ty ima try this now wait were do i put it? |
|
|
| Report Abuse |
|
|
|
| 14 Oct 2011 02:01 PM |
| i dont know that much bout scripting :( |
|
|
| Report Abuse |
|
|
dirk29
|
  |
| Joined: 26 May 2010 |
| Total Posts: 1142 |
|
|
| 14 Oct 2011 02:03 PM |
| Put the script anywhere. It goes my game.Workspace......Put it in workspace....anywhere in workspace |
|
|
| Report Abuse |
|
|
|
| 14 Oct 2011 02:04 PM |
Click 'Workspace'.
Go to the top of your computer screen and click Insert>Object>Script
You will see a script object pop up in Workspace
Double click the script
Copy the text below the dashed line from my previous post and paste it into the script.
Go to the top of your computer screen and click File>Close
At the top of your computer screen, click Tools>Test>Play
^_^ |
|
|
| Report Abuse |
|
|
| |
|
|
| 14 Oct 2011 02:22 PM |
| and i edited the spawnnamehere but it didnt work |
|
|
| Report Abuse |
|
|
|
| 14 Oct 2011 02:23 PM |
| unless i wasent supost to past the first end |
|
|
| Report Abuse |
|
|
| |
|
| |
|