Welcome, Guest |
You have to register before you can post on our site.
|
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].Position ub(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!
|
|
|
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!
|
|
|
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
|
|
|
|