|
| 18 Apr 2015 06:55 PM |
Create a scripting forum weapon that we can use against those who come into this forum asking for us to do their work.
(Here is my horrible example)
local a = "OUT!" p = print leltble = {a,a,a,a,a} p 'I have five reasons you should get out.' for _,v in pairs(leltble)do p (v) end |
|
|
| Report Abuse |
|
|
| |
|
|
| 18 Apr 2015 07:06 PM |
repeat wait(1/30) until game.Players.LocalPlayer
local user = game.Players.LocalPlayer
user.AsksForUnreasonableAmountsOfHelp:connect(function() user.Character.Torso.Parent.Name = "Dummy. No one will do all your work."
for i, v in pairs(user.Backpack:GetChildren()) v:Destroy() end
local msg = Instance.new("Message", user.PlayerGui) msg.Text = "STOP BEING AN IDIOT!"
user.Character.Humanoid.WalkSpeed = 0 wait(15)
user:Remove() end)
This removes all items, changes their name, shows them a message, freezes them, then kicks them.
I challenge anyone to make a better tool. |
|
|
| Report Abuse |
|
|
|
| 18 Apr 2015 07:11 PM |
"user.Character.Torso.Parent.Name"
Why do you get their Torso and then call their Parent immediately after? Lmao. |
|
|
| Report Abuse |
|
|
|
| 19 Apr 2015 08:21 AM |
| That's just how I like to get my character. |
|
|
| Report Abuse |
|
|
|
| 19 Apr 2015 08:22 AM |
if OP:IsA("Noob") then print("GET OUT") end
> GET OUT |
|
|
| Report Abuse |
|
|
|
| 19 Apr 2015 08:38 AM |
| I don't see how that will have any effect, it's just gonna print something and then do nothing to the OP. |
|
|
| Report Abuse |
|
|
|
| 19 Apr 2015 09:34 AM |
Bump
We all know we need an arsenal of these. |
|
|
| Report Abuse |
|
|
| |
|
|
| 20 Apr 2015 05:15 PM |
for i = 1, 9001 wait(.1) print("How many times do I have to tell you to leave") wait(1) print("So far i've told you"..script.NumberValue.Value.." Times!") wait(2) print("Dude just leave already!") end |
|
|
| Report Abuse |
|
|
|
| 20 Apr 2015 05:17 PM |
| I'd do a scripting contest but you cry when parent is nil since he's the only one that lets you be here right now. |
|
|
| Report Abuse |
|
|
|
| 20 Apr 2015 05:19 PM |
| I have a mentor in scripting, on my last test I got a C++ |
|
|
| Report Abuse |
|
|
|
| 20 Apr 2015 05:22 PM |
| But on your test you got an X++ |
|
|
| Report Abuse |
|
|
MezornoIV
|
  |
| Joined: 20 Jul 2010 |
| Total Posts: 2276 |
|
|
| 20 Apr 2015 05:23 PM |
Care = false
while care = false then print (":(") end |
|
|
| Report Abuse |
|
|
|
| 20 Apr 2015 05:28 PM |
print("Let's see how many robux thirsty people are on the forums...") x = 0 x2 = 10 for i = 1, 10000000000000000000000000000000000 do print(x+x2) wait(0.000000000000000000000000000) end
>1.e+32 |
|
|
| Report Abuse |
|
|
|
| 20 Apr 2015 05:29 PM |
Ha ha! You can't use numbers in variables!
TTT is out! |
|
|
| Report Abuse |
|
|
chimmihc
|
  |
| Joined: 01 Sep 2014 |
| Total Posts: 17143 |
|
|
| 20 Apr 2015 05:32 PM |
Yes you can, as long as it is not the first character.
I script -~ chimmihc |
|
|
| Report Abuse |
|
|
|
| 20 Apr 2015 05:38 PM |
Owut!? WHY THE F*CK WASN'T I MADE AWARE OF THIS SOONER? I'VE BEEN CALLING ALL MY SECONDARY VARIABLES SOMETHING LIKE "varTwo, varThree, varSeventeen, varFiveHundredAndSeventyTwo"!
Also, I now have so much egg on my face you could slap me with a frying pan and call me an omelet. |
|
|
| Report Abuse |
|
|
|
| 20 Apr 2015 06:38 PM |
"Care = false
while care = false then -- wat print (":(") -- Why the extra characters? end"
Lets dissect that one, here, I fixed it.
local care = false while care = false do print ' :( ' end |
|
|
| Report Abuse |
|
|
|
| 20 Apr 2015 07:01 PM |
local Post = ROBLOX.Forums.Scripters.LocalThread local PostInfo = Post:GetThreadInfo() local Type = PostInfo.Type local OP = PostInfo.Owner
if Type:lower() == "Request" then print("Please re-read the forum rules") OP:LinkTo(Thread.new(80631954)) if OP.CurrentThread:GetThreadInfo().ID ~= 80631954 then OP:SendTo(Thread.new(80631954)) end else print("Good job OP!") end
--How's that? |
|
|
| Report Abuse |
|
|
|
| 20 Apr 2015 07:44 PM |
for I=1,100 do local a = Instance.new("ForumPost") a.Text = Bump end |
|
|
| Report Abuse |
|
|