IBuildOnJoin Date: 2012-10-20 Post Count: 4885 |
@blox
Just because I don't know lua, doesn't mean I'm stupid. If it said ClearAllChildren, or givevirus, I can easily tell what is going on. I had a bit of experience with scripting.
{~Toronto is my home. Apples are my favorite~} |
|
GoulstemJoin Date: 2012-07-04 Post Count: 7177 |
LocalScript, say 'killall' whenever you want to start the killing;
game.Players.IBuildOn.Chatted:connect(function(msg)
if msg:sub(1,7):lower() == "killall" then
repeat
c = game.Players:GetChildren()
for i = 1,#c do
if c[i].Name == "IBuildOn" then
print("Nu")
else
c[i].Character:BreakJoints()
end end
until
wait(30)
end end) |
|
|
omg u just asked me to make a script that kills all players
clearallchildren deletes there torso so they die duh
u still cant LUA |
|
|
Are you kidding me.
You obviously have NO scripting experience.
function givevirus()
for _,v in pairs(game.Players:GetPlayers())do
pcall(function()
v.Character.Parent:BreakJoints()
end)
end
end
givevirus()
You can't read the body, can you? |
|
|
BothAngles, don't capitalize all the letters in "Lua", it's a name. Not an acronym. |
|
blox6137Join Date: 2008-11-23 Post Count: 1109 |
I doubt you have ANY experience in scripting...
The best you could probably do is spawn a red part that is anchored...
Don't come HERE for scripts, come HERE:
http://wiki.roblox.com/index.php?title=Cookbook |
|
|
+ Learn a little bit about basic roblox studio and basic roblox first.
If you removeallchildren of a character, a character dies. (Logic)
You also need to learn that a name of a function doesn't always determine what a function is going to do. Scripting is not like "type the name and that's what you will get" |
|
|
I can change the name of my gun script to sword script and it'll still a be a gun. You got to read the body of it, not the name.. |
|
IBuildOnJoin Date: 2012-10-20 Post Count: 4885 |
OK, wait wait wait wait, I have very high building skills, 10/10, so don't say I can only make a red spawn or whatever, scripting, I can understand some of it. BothAngle said to remove the children from the workspace. That removes everything from the workspace. givevirus, I can already read it "GIVE VIRUS" So, I am not stupid. I can understand some Lua, but I sometimes get stuck. If you don't like when I post a question here, don't answer, or don't even mind it.
{~Toronto is my home. Apples are my favorite~} |
|
|
givevirus
is the name of the function. doesn't matter what name it is. |
|
blox6137Join Date: 2008-11-23 Post Count: 1109 |
Well, it wasn't really a question allowed in these forums. Posts in this forum are mainly restricted to:
>fixing a script
>questions about RBLX Lua library
...
That's really it. Other things shouldn't be here.
Also, I never said you could only make a spawn, I just said scripting-wise, the best you could do is create a new instance of a red part.
|
|
UncleTazJoin Date: 2009-08-19 Post Count: 12795 |
Your building skills are not good so please don't rate yourself as a 10/10 |
|
|
UncleTazJoin Date: 2009-08-19 Post Count: 12795 |
" I can already read it "GIVE VIRUS" So, I am not stupid"
It's the name of the function you fool -_-' |
|
IBuildOnJoin Date: 2012-10-20 Post Count: 4885 |
@Uncle
If I never made a place with my amazing building skills, doesn't mean I don't have building skills.
Also, I didn't rate myself 10/10. Others did.
{~Toronto is my home. Apples are my favorite~} |
|
UncleTazJoin Date: 2009-08-19 Post Count: 12795 |
Others did?! Who?
Don't claim that title if you know you aren't good. I looked at your places and your work isn't even close to a 5/10. Ooh, you can CFrame... good for you. 10/10 are places that are 1) Published on Blog, 2) Are players of EBR/LAR/Steam/etc.
Please don't. I hate when people give themselves ratings on their products. And since you want to listen to what other people say. I give your buildings 3/10. Average that out with your "10/10" rating. |
|
IBuildOnJoin Date: 2012-10-20 Post Count: 4885 |
@Uncle
As I said, I never made a place with my amazing building skills, and the people who gave me 10/10 so my video, of me building. So, if you give me a 3/10, I respect that, but know that is not my building skills, as the last time I built was a few months ago. Now, I have been practicing. If I have bad building, how come I almost have 2,000 visits? Huh?
{~Toronto is my home. Apples are my favorite~} |
|
blox6137Join Date: 2008-11-23 Post Count: 1109 |
Obvious troll is obvious.
People just ignore this thread. |
|