|
| 24 Aug 2011 02:53 PM |
it says this script is running its just not working right someone plz help but only if you want to
x = script.Parent function onTouch() x.remove = Player("Instance") end |
|
|
| Report Abuse |
|
|
Lancias
|
  |
| Joined: 03 Aug 2011 |
| Total Posts: 437 |
|
|
| 24 Aug 2011 02:54 PM |
| Er....not sure if you want x Removed or a Player Removed... |
|
|
| Report Abuse |
|
|
|
| 24 Aug 2011 02:56 PM |
| i want the player instance removed |
|
|
| Report Abuse |
|
|
| |
|
|
| 24 Aug 2011 03:02 PM |
Are you trying to remove the player?
If you are your aiming something towrd this, put this code into a part/button
script.Parent.Touched:connect(function(hit) player = hit.Parent:GetPlayerFromCharacter() player:remove() end)
That will remove a player if you are trying to remove them if they walk on a part. |
|
|
| Report Abuse |
|
|
|
| 24 Aug 2011 03:06 PM |
| no i want to remove the instance u know the camera were they can see when they touch it i want it to remove that |
|
|
| Report Abuse |
|
|