of     1   

NeoDAone
#203331Tuesday, October 23, 2007 5:23 AM GMT

Ground shaking script? I'm trying to have a ground shaking script for my place (like an earthquake for example, but nothing falls, or moves out of place, except for the people), or something to shake everyone's camera in all direction. IF there isn't any, can someone please try to help me on this script? PLEASE?!! Because all my previous questions happened to be: I don't know, Ask someone who's an expert with scripts, or DUDE LEARN YOURSELF NEWB! ROLF CRACKLeS FTW! (the last comment didn't make sense but it was from someone....who didn't took his/her medicine....and I wont tell you who it is.......) I need this script to look like a flying bus is going to crash. OH BTW if you can make this, can you add those message things? For example (which the message is gona say) "OH NO! YOU REALIZED TIME IS STARTING AGAIN! KILL FAST BEFORE YOU DIE!!!" Thank you.
cruckshank
Top 100 Poster
#203528Tuesday, October 23, 2007 3:43 PM GMT

hmmmm u should ask anaminus if u catch him (hes normaly at sword fighting games)
joohomom
#52180356Saturday, August 06, 2011 7:12 AM GMT

Hey, if you are gonna make a script for message making try this. debounce = false function onTouched(hit) if debounce == false then debounce = true msg = Instance.new("Message") msg.Parent = game.Workspace msg.Text = "[Insert Dialouge]" wait(3) msg.Text = "[Insert Dialouge]" wait(3) msg.Text = "[Insert Dialouge]" wait(3) msg.Text = "[Insert Dialouge]" wait(1) debounce = true end end script.Parent.Touched:connect(onTouched) Put in a brick(Or part).

    of     1