|
| 23 Aug 2013 10:30 PM |
Ok, can anyone make me like a basic script that when you click something, it will kill the player (Just a sample). Thanks! ~DevilDefeater
~DevilDefeater - Popped your bubble~ |
|
|
| Report Abuse |
|
|
Usering
|
  |
| Joined: 18 Aug 2012 |
| Total Posts: 10281 |
|
|
| 23 Aug 2013 10:32 PM |
when key pressed kill player |
|
|
| Report Abuse |
|
|
|
| 23 Aug 2013 10:33 PM |
Um, I mean like a script where it kill the player.
~DevilDefeater - Popped your bubble~ |
|
|
| Report Abuse |
|
|
emporerj
|
  |
| Joined: 23 Nov 2010 |
| Total Posts: 39351 |
|
|
| 23 Aug 2013 10:35 PM |
Perhaps you should learn how to write proper english before trying to learn a programming language.
Twitter @emporerjrblx | ctrl + shift + n solves everything - The Dragon of RT |
|
|
| Report Abuse |
|
|
Usering
|
  |
| Joined: 18 Aug 2012 |
| Total Posts: 10281 |
|
|
| 23 Aug 2013 10:35 PM |
I know, I'm not dumb.
LOCALSCRIPT INSIDE OF STARTERGUI (CLONES INTO PLAYERGUI)
local player = game.Players.LocalPlayer local mouse = player:GetMouse()
mouse.KeyDown:connect(function(key) if key:lower() == "r" then player.Character:BreakJoints() end end) |
|
|
| Report Abuse |
|
|
| |
|