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 235 online users.
» 0 Member(s) | 234 Guest(s)
Bing

Latest Threads
I'm leaving the site too....
Forum: 2DWorlds Discussion
Last Post: Jacob_
07-03-2023, 04:59 AM
» Replies: 12
» Views: 6,411
hi there.
Forum: 2DWorlds Discussion
Last Post: Jacob_
01-03-2020, 04:30 AM
» Replies: 1
» Views: 773
obroke
Forum: Current Games
Last Post: FrancisSah
09-06-2017, 10:11 AM
» Replies: 0
» Views: 20,544
fcouldn't
Forum: Current Games
Last Post: FrancisSah
09-06-2017, 09:02 AM
» Replies: 0
» Views: 8,253
qhow
Forum: Current Games
Last Post: PhilipShums
09-06-2017, 07:25 AM
» Replies: 0
» Views: 2,139
zstone
Forum: Current Games
Last Post: TimothyTox
09-06-2017, 07:03 AM
» Replies: 0
» Views: 1,006
vbit
Forum: Current Games
Last Post: FrancisSah
09-06-2017, 03:00 AM
» Replies: 0
» Views: 983
sildenafil 100 mg sandoz
Forum: Current Games
Last Post: RichardLen
09-06-2017, 12:28 AM
» Replies: 0
» Views: 1,201
mhis
Forum: Current Games
Last Post: TimothyTox
09-05-2017, 04:09 PM
» Replies: 0
» Views: 1,007
sildenafil citrate 100mg ...
Forum: Current Games
Last Post: Waltertog
09-05-2017, 12:27 PM
» Replies: 0
» Views: 962

 
  I Need an Extra Place Space
Posted by: Ming-Yan - 08-07-2011, 10:15 PM - Forum: 2DWorlds Discussion - Replies (3)

Which should I get rid of:
3D Test
A House
or True Hero?

Print this item

  Where is the Hi/Bye Thread?
Posted by: Ming-Yan - 08-07-2011, 10:01 PM - Forum: The Community - Replies (7)

I literally had no idea where to post that I was leaving to Canada or that I came back...anyway, I'm back. [Image: 2.gif]

Print this item

  8/7/11
Posted by: Jacob__mybb_import1 - 08-07-2011, 09:32 PM - Forum: News - Replies (9)

  • Two fixed objects touching no longer cause Collided events
  • Using link() inside link() for the same event is now disabled instead of crashing the game
  • Fixed tools sometimes hiding themselves when a game was saved and then loaded again
  • Parts with a FixedVelocity are now not affected by gravity
  • Fixed player sometimes dying immediately after respawning (rarely)
  • Fixed the camera shaking when the player went through a noncollidable part
  • Added a ShowUI property to the player that hides the health bar
  • The Collided event works for Water now

Print this item

  Locking Threads Notice.
Posted by: Login - 08-07-2011, 09:18 PM - Forum: Moderator Discussion - Replies (7)

Please don't lock threads due to flaming. That just means the user will have to create a whole new thread over something that was not their fault.

If someone flames, you use the warning system or try to get back on topic.

Print this item

  I made an all-purpose building tool UI
Posted by: Agustin - 08-07-2011, 09:17 PM - Forum: Free Resources - Replies (2)

Fairly simple, but works Smile

On the click of one of the button the game will zoom in on your character depending on what button you clicked.

Normal Zoom takes you to the normal zoom.

125% zoom zooms you in 125%

175% zoom zooms you in 175%

200% zoom zooms you in 200%

By modifying the script you can change these, have fun modifying!


Right now, only the zoom is made. But I am working on a tool giver Smile



Attached Files
.bsmodel   zoomchanger.bsmodel (Size: 1.74 KB / Downloads: 13)
Print this item

  Convert this code to buildism please :>
Posted by: Excel - 08-07-2011, 08:55 PM - Forum: Scripting - Replies (4)

Code:
local debounce = false

function getPlayer(humanoid)

    local players = game.Players:children()
    for i = 1, #players do
        if players[i].Character ~= nil then
            if players[i].Character.Humanoid == humanoid then return players[i] end
        end
    end
    return nil
end


function putOnArmor(humanoid)

    local torso = humanoid.Parent.Torso

    humanoid.MaxHealth = 200
    
    
    local player = getPlayer(humanoid)
    if player ~= nil then
        local message = Instance.new("Message")
        message.Text = "You are a god!"
        message.Parent = player
        wait(5)
        message.Text = "Health Increased By 100"
        wait(5)
        message.Parent = nil
    end


end

Print this item

  Helicopter tool help
Posted by: Vast - 08-07-2011, 08:43 PM - Forum: Scripting - Replies (2)

Can anyone edit the Helicopter tool to launch rockets?like a KeyDown Function?

Print this item

  should i use a translator to get beter english
Posted by: Agustin - 08-07-2011, 07:41 PM - Forum: General Discussion - Replies (9)

Well should I?
(translated)

Print this item

  Nice
Posted by: Fat_Sacks - 08-07-2011, 07:18 PM - Forum: Moderator Discussion - Replies (1)

What are we going to do with him? He make tons of alts and he already said he quit.
Should we ban him?

Print this item

  I say, isn't the Grand Summer Game Creation Contest set to begin on this Day?
Posted by: Zelda - 08-07-2011, 07:08 PM - Forum: 2DWorlds Discussion - Replies (1)

I would indeed like to Build a Grand Palace and Enter it into this Contest. Please start it soon!

Print this item