taxijack
|
  |
| Joined: 21 Nov 2013 |
| Total Posts: 469 |
|
|
| 05 Oct 2016 05:14 AM |
I need a script that will clone and teleport a part in the workspace to the player when they die i want it so it can be done unlimited times
Any help will be appreciated |
|
|
| Report Abuse |
|
|
taxijack
|
  |
| Joined: 21 Nov 2013 |
| Total Posts: 469 |
|
| |
|
windbeach
|
  |
| Joined: 11 Jul 2013 |
| Total Posts: 293 |
|
|
| 05 Oct 2016 05:41 AM |
| This isn't a requests forum, try and make your own and if it fails post the code with some description and someone will help you. |
|
|
| Report Abuse |
|
|
|
| 05 Oct 2016 08:26 AM |
| 1 thing I'm gonna help you with, use CFrames. |
|
|
| Report Abuse |
|
|
taxijack
|
  |
| Joined: 21 Nov 2013 |
| Total Posts: 469 |
|
| |
|
windbeach
|
  |
| Joined: 11 Jul 2013 |
| Total Posts: 293 |
|
|
| 05 Oct 2016 03:51 PM |
| Get off this forum @op of you can't script. |
|
|
| Report Abuse |
|
|
taxijack
|
  |
| Joined: 21 Nov 2013 |
| Total Posts: 469 |
|
|
| 05 Oct 2016 03:56 PM |
@windbeach
Get of this forum doesn't make sense |
|
|
| Report Abuse |
|
|
|
| 05 Oct 2016 03:56 PM |
"Yea well I can't script"
Why are you even on here...
|
|
|
| Report Abuse |
|
|
taxijack
|
  |
| Joined: 21 Nov 2013 |
| Total Posts: 469 |
|
|
| 05 Oct 2016 04:00 PM |
Fine someone fix this it might have some problems because I'm a noob scripter
game.Players.PlayerAdded:connect(function(p) p.CharacterAdded:connect(function(c) c:WaitForChild'Humanoid'.Died:wait() if c:FindFirstChild'Torso'then local p=Instance.new('Part',workspace) p.CFrame=c.Torso.CFrame
Instance.new('Decal',p).Image='rbxassetid://241343251325412'
end end) end) |
|
|
| Report Abuse |
|
|
taxijack
|
  |
| Joined: 21 Nov 2013 |
| Total Posts: 469 |
|
| |
|