of     1   

SacredAznSlasher
#261759Thursday, November 29, 2007 3:34 AM GMT

Can Some one make me a Regen Script and the message Comes out on the bottem or in other Words "Hint" SAS:)
Ganondude
#261784Thursday, November 29, 2007 3:55 AM GMT

Take a regular regen script, and find the part that says Instance.new("Message"). Change this to Instance.new("Hint").
jirachifan6
#262187Thursday, November 29, 2007 6:26 PM GMT

-- Talky Regen script by Seth1054 :3 enjoy and follow my instructions ok... or else it won't work O_o model = game.Workspace.Cart -- change Model to the name of your model you want to regnerate is and it can't have spaces in the name backup = model:clone() function onChatted(msg, recipient, speaker) local source = string.lower(speaker.Name) msg = string.lower(msg) if (msg == "reset") then -- chang reset to what ever you want to say to regenerate a model model:remove() model = backup:clone() model.Parent = game.Workspace model:makeJoints() end end function onPlayerEntered(newPlayer) newPlayer.Chatted:connect(function(msg, recipient) onChatted(msg, recipient, newPlayer) end) end game.Players.ChildAdded:connect(onPlayerEntered) -- when you are done fixing everything go to Cut and paste into Workspace theres a diffrent kind if you want it =D
lavamaster
#262214Thursday, November 29, 2007 7:01 PM GMT

*sigh* jirachi hes not talkin about that
jirachifan6
#262220Thursday, November 29, 2007 7:09 PM GMT

i no XD
AznCoaster
#262577Thursday, November 29, 2007 10:22 PM GMT

Ty Ganon Ill Try that and Im SacredAznSlasher is my other acc Just i dident want to log out and loging then do the forum:) AznCoaster:)

    of     1