chevron_leftchevron_leftchevron_left
    of     2   

IBuildOn
#141183243Tuesday, July 22, 2014 6:37 PM GMT

@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~}
Goulstem
#141183304Tuesday, July 22, 2014 6:37 PM GMT

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)
BothAngles
#141183350Tuesday, July 22, 2014 6:38 PM GMT

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
ninja900500
#141183393Tuesday, July 22, 2014 6:38 PM GMT

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?
ninja900500
#141183492Tuesday, July 22, 2014 6:39 PM GMT

BothAngles, don't capitalize all the letters in "Lua", it's a name. Not an acronym.
blox6137
#141183533Tuesday, July 22, 2014 6:40 PM GMT

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
ninja900500
#141183689Tuesday, July 22, 2014 6:41 PM GMT

+ 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"
ninja900500
#141183831Tuesday, July 22, 2014 6:43 PM GMT

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..
IBuildOn
#141184219Tuesday, July 22, 2014 6:47 PM GMT

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~}
super10099
#141184336Tuesday, July 22, 2014 6:48 PM GMT

givevirus is the name of the function. doesn't matter what name it is.
blox6137
#141184589Tuesday, July 22, 2014 6:51 PM GMT

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.
UncleTaz
#141184895Tuesday, July 22, 2014 6:54 PM GMT

Your building skills are not good so please don't rate yourself as a 10/10
super10099
#141185068Tuesday, July 22, 2014 6:56 PM GMT

whats a library?
UncleTaz
#141185072Tuesday, July 22, 2014 6:56 PM GMT

" I can already read it "GIVE VIRUS" So, I am not stupid" It's the name of the function you fool -_-'
IBuildOn
#141185078Tuesday, July 22, 2014 6:56 PM GMT

@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~}
UncleTaz
#141185328Tuesday, July 22, 2014 6:59 PM GMT

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.
IBuildOn
#141189526Tuesday, July 22, 2014 7:43 PM GMT

@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~}
blox6137
#141189873Tuesday, July 22, 2014 7:46 PM GMT

Obvious troll is obvious. People just ignore this thread.

chevron_leftchevron_leftchevron_left
    of     2