of     1   

SlimShady
#1088446Saturday, May 24, 2008 11:53 PM GMT

I need a script that will do this: When a noob gets into a plane, when he presses the fire button, it will display a hint on the bottom of the screen saying "SlimShady has disabled arms" Anyone have it? 100 tix award.
gordonrox24
#1090333Sunday, May 25, 2008 1:49 AM GMT

ill work on it for u and see what i can do.....
gordonrox24
#1090546Sunday, May 25, 2008 2:12 AM GMT

ok, heres the message part. u need an ontouch script for the button thingy, which takes to olong so im not making one for u. here it is local done = false function showHM(type,msg,parent,name) local M = Instance.new(type) M.Name = name M.Text = msg M.Parent = parent end function noHM(parent,name) local M = parent:findFirstChild(name) if (M == nil) then return end M:remove() end function addtoSource(source, text) source = (source ..text.. "\n") return source end function helpPlayer(player) showHM("Hint",SlimShady has disabled arms,""HelpMsg") end there. that might work as an under script to ur buttong pushy script. or it might not. i just made it up real quick.
Zuka
#1090644Sunday, May 25, 2008 2:22 AM GMT

You're an idiot, gordon. Comment out the calls to the "fire()" function, add this: local h = Instance.new("Hint") h.Text = "SlimShady has disabled arms." h.Parent = script.Parent.Parent.Parent wait(3) h.Parent = nil
gordonrox24
#1094730Sunday, May 25, 2008 1:24 PM GMT

u r zuka, go and play runescape. just 'cause u made 1 place for builderman doesn't make u all mighty and powerful.
gordonrox24
#1094738Sunday, May 25, 2008 1:25 PM GMT

eww man i hate forum lurkers.
iLuigiFan
#1095210Sunday, May 25, 2008 2:31 PM GMT

gordonrox, you can tell your ignorant of scripting because you obviously ripped the functions from out of my old Script Builder, you included an add to source function for some reason, and I haven't met a single scripter who could do what he's asking without having SOME good grammer. print("iLuigiFan the alt")
gordonrox24
#1099732Sunday, May 25, 2008 8:36 PM GMT

w/e
SlimShady
#1118538Tuesday, May 27, 2008 1:20 AM GMT

Thanks Zuka. Want the tix?
commander79
#1118906Tuesday, May 27, 2008 1:44 AM GMT

He probably doesnt its not alot.
gordonrox2448
#1145581Thursday, May 29, 2008 7:40 PM GMT

probably not

    of     1