of     1   

dogsrock923
#490105Friday, February 15, 2008 8:07 PM GMT

ok ok ok ok i will pay you 389 tix if you can figure this out for me! you know in farm tycoon where it has a button and it says "un-owned" or something like that? then when you step on it it says "dogsrock923's farm" (or whatever the person who steped on it...and then when they exit the server it goes back to "un-owned" i will pay 389 tix for the preson who helps me!
dogsrock923
#490485Friday, February 15, 2008 9:50 PM GMT

SUPERUBERDUPER BUMPITY bumpy
DingDong272
Top 100 Poster
#490504Friday, February 15, 2008 9:53 PM GMT

here: put this in the brick where it says "un-owned". Then, this will change the name of the brick it is in. function onTouched(part) local h = part.Parent:findFirstChild("Humanoid") if h~=nil then script.Parent.Name = h.Parent.Name.. "'s Farm" local player = game.Players:playerFromCharacter(h.Parent) if player == nil then script.Parent.Name = "Un-Owned" else print("The Owner Is Still In The Game") end end script.Parent.Touched:connect(onTouched)
DingDong272
Top 100 Poster
#490516Friday, February 15, 2008 9:55 PM GMT

oops: function onTouched(part) local h = part.Parent:findFirstChild("Humanoid") if h~=nil then script.Parent.Name = h.Parent.Name.. "'s Farm" local player = game.Players:playerFromCharacter(h.Parent) if player == nil then script.Parent.Name = "Un-Owned" else print("The Owner Is Still In The Game") end end end script.Parent.Touched:connect(onTouched)
dogsrock923
#490752Friday, February 15, 2008 10:40 PM GMT

Dingdong272: the most nicest person in the world. do you want the prize?
dogsrock923
#490812Friday, February 15, 2008 10:50 PM GMT

wait wait wait! it sorta works... it changes the name but i need it like this: that it says the name above it sorta like a figure... help?
lavamaster
#490837Friday, February 15, 2008 10:58 PM GMT

function onTouched(part) local h = part.Parent:findFirstChild("Humanoid") if h~=nil then local ha = Instance.new("Humanoid") ha.Parent = script.Parent script.Parent.Name = h.Parent.Name.. "'s Farm" local player = game.Players:playerFromCharacter(h.Parent) if player == nil then script.Parent.Name = "Un-Owned" else print("The Owner Is Still In The Game") end end end script.Parent.Touched:connect(onTouched)
dogsrock923
#490951Friday, February 15, 2008 11:21 PM GMT

still didn't work...i think you don't know what i mean... i mean like this: go to uberuberts farm tycoon. see when you press the button it says "dogsrock923's farm" this works, but there is NO text above the button that i made....and i need there to be...
Dued1
#491317Saturday, February 16, 2008 12:50 AM GMT

Group humanoid and a brick together. Then name the brick head and it will show the name of the modle in text. change the modle name to change text above head. I hope this is what you you were haveing trouble with.
PiePersonofDOOM
#491330Saturday, February 16, 2008 12:53 AM GMT

It's got to be capitalized like Head though.
Dued1
#491455Saturday, February 16, 2008 1:22 AM GMT

oh yea ... forgot

    of     1