Welcome, Guest
You have to register before you can post on our site.

Username
  

Password
  





Search Forums

(Advanced Search)

Forum Statistics
» Members: 8,079
» Latest member: seanac11
» Forum threads: 10,350
» Forum posts: 91,276

Full Statistics

Online Users
There are currently 247 online users.
» 0 Member(s) | 244 Guest(s)
Applebot, Bing, Google

Latest Threads
I'm leaving the site too....
Forum: 2DWorlds Discussion
Last Post: Jacob_
07-03-2023, 04:59 AM
» Replies: 12
» Views: 6,149
hi there.
Forum: 2DWorlds Discussion
Last Post: Jacob_
01-03-2020, 04:30 AM
» Replies: 1
» Views: 711
obroke
Forum: Current Games
Last Post: FrancisSah
09-06-2017, 10:11 AM
» Replies: 0
» Views: 20,510
fcouldn't
Forum: Current Games
Last Post: FrancisSah
09-06-2017, 09:02 AM
» Replies: 0
» Views: 8,217
qhow
Forum: Current Games
Last Post: PhilipShums
09-06-2017, 07:25 AM
» Replies: 0
» Views: 2,095
zstone
Forum: Current Games
Last Post: TimothyTox
09-06-2017, 07:03 AM
» Replies: 0
» Views: 965
vbit
Forum: Current Games
Last Post: FrancisSah
09-06-2017, 03:00 AM
» Replies: 0
» Views: 941
sildenafil 100 mg sandoz
Forum: Current Games
Last Post: RichardLen
09-06-2017, 12:28 AM
» Replies: 0
» Views: 1,151
mhis
Forum: Current Games
Last Post: TimothyTox
09-05-2017, 04:09 PM
» Replies: 0
» Views: 972
sildenafil citrate 100mg ...
Forum: Current Games
Last Post: Waltertog
09-05-2017, 12:27 PM
» Replies: 0
» Views: 928

 
  Gravity Tool
Posted by: Jacob__mybb_import1 - 04-04-2011, 01:29 AM - Forum: Current Games - Replies (5)

Put this script in a tool:

[lua]
force = 0
target = nil
strength = 5
run = false

function mouseDown(b, pos)
if b == 3 then
force = strength
elseif b == 1 then
force = -strength
end
target = pos
run = true
end

link(script.Parent.MouseDragged, function(b, pos)
mouseDown(b, pos)
end)

link(script.Parent.MouseDown, function(b, pos)
mouseDown(b, pos)
end)

link(script.Parent.MouseUp, function(pos)
force = 0
run = false
end)


while true do
if run and force ~= 0 then
local c = game.World:getChildren()
for i=1, #c do
if (c[i]:isA("Box") or c[i]:isA("Circle")) and c[i].Fixed == false then
d = c[i].PositionConfusedub(target).normalized
c[i].Velocity = d:mul(force)
end
end
end
sleep(0.1)
end
[/lua]

Left click to make black holes, right click to make white holes.

Feel free to make a game with this!

Print this item

  MineCraft Pigmen
Posted by: MCRsharp - 04-04-2011, 01:25 AM - Forum: Video Games - Replies (4)

I've come across PLENTY and PLENTY of Zombie Pigmen in the Nether, but how come I've never seen a pigman. EVER? I've seen every other mob!

Print this item

  We need some sort of way to pay users/earn something
Posted by: Login - 04-04-2011, 01:24 AM - Forum: 2DWorlds Discussion - Replies (13)

i.e. I make something good. I have a business. What will I earn? I believe we should earn "stored points" to be transferred later on when Jacob_ does make a currency.

Print this item

  I think I went past 200 posts.
Posted by: sergentkyle - 04-04-2011, 01:23 AM - Forum: 2DWorlds Discussion - Replies (9)

I don't know.

Print this item

  Someone needs to snipe John_Doe.
Posted by: DSiDewd - 04-04-2011, 01:22 AM - Forum: 2DWorlds Discussion - Replies (4)

Srsly.

Print this item

  Great NameSnipe.
Posted by: John - 04-04-2011, 01:20 AM - Forum: 2DWorlds Discussion - Replies (2)

Yayzers?

Print this item

  I'm going to try to get #666 user
Posted by: Gus - 04-04-2011, 01:19 AM - Forum: 2DWorlds Discussion - Replies (18)

Lol. ;3

Print this item

  broloxer takes the lead!
Posted by: Ice - 04-04-2011, 01:19 AM - Forum: 2DWorlds Discussion - Replies (3)

Go broloxer, go!

Print this item

  Username isn't just a namesnipe...
Posted by: DSiDewd - 04-04-2011, 01:18 AM - Forum: 2DWorlds Discussion - Replies (1)

It's a headshot.

Print this item

  Jacob_ At HQ [First Buildism Story, Evar]
Posted by: Login - 04-04-2011, 01:17 AM - Forum: 2DWorlds Discussion - Replies (5)

Jacob_: Well, we've got a lot of work on our hands.
Paradox: Yeah... I've got like 30 requests to do something different.
Login: Well... you wouldn't ever disable my posting privileges. You're so nice, and kind, and cari-
Paradox: *Disables Login's posting privileges*
Login: *Begs for mercy*
Jacob_: Please leave a message after the beep. Beep. *Runs out door*

Of course, this wouldn't happen, but you've got to be silly once in your life. =P

Print this item