of     1   

tootoo123456
#180937356Saturday, January 02, 2016 9:59 PM GMT

I'm an interemediate scripter and I'm scripting for free. I cannot makes things like swords and guns just basic scripts.
LicePro
#180937515Saturday, January 02, 2016 10:01 PM GMT

You are eh? Test for you: Make a script that opens a gui when someone joins. I already know how Just saying it's a test.
brados123
#180937851Saturday, January 02, 2016 10:05 PM GMT

game.Players.PlayerAdded:connect(function() script.Parent.Visible = true end)
LegendaryAccount
#180937933Saturday, January 02, 2016 10:06 PM GMT

Coillaid
#180937936Saturday, January 02, 2016 10:06 PM GMT

0.0
tootoo123456
#180938058Saturday, January 02, 2016 10:07 PM GMT

What does the gui do? just opens a gui? lol
LicePro
#180938360Saturday, January 02, 2016 10:11 PM GMT

It creates a new instance to all the players telling who joined, however the person that joined won't see it.
brados123
#180938413Saturday, January 02, 2016 10:12 PM GMT

legend where am i wrong, let me break this down for you: game.Players.PlayerAdded:connect(function()-- calls said function when joining script.Parent.Visible = true -- or you could install an instance. end) -- ends
tootoo123456
#180938660Saturday, January 02, 2016 10:15 PM GMT

Hey... Wait a minute, I made something exactly like this. I'll post the script here but it doesn't work any help? More than 0 prints when i click f5 in Studio, but when I do start server and start two players, nothing prints. I've updated the script to have tweening but It still doesn't work. if game.Players.NumPlayers~=0 then print("More than 0") game.Players.PlayerAdded:connect(function(player) local gui=Instance.new("ScreenGui", game:WaitForChild("StarterGui")) local label=Instance.new("TextLabel", gui) label.Position=UDim2.new(0,450,0,-50) label.Size=UDim2.new(0,400,0,50) label:TweenPosition(UDim2.new(0,450,0,0), "Out", "Bounce", 2) label.BackgroundColor3=Color3.new(200,255,0) label.TextScaled=true label.TextColor3=Color3.new(0,0,0) label.Text=player.Name.."has joined!" wait(3) label:Destroy() end) end
LegendaryAccount
#180938853Saturday, January 02, 2016 10:18 PM GMT

Multiple things are wrong with it game.Players.PlayerAdded:connect(function() -- never definded player script.Parent.Visible = true -- script.Parent is server script service or if this is a local script or server script in a gui then this function wont fire end) http://www.roblox.com/ITS-FREE-item?id=130771265&rbxp=8320118
tootoo123456
#180938946Saturday, January 02, 2016 10:19 PM GMT

I did define player.
LegendaryAccount
#180939135Saturday, January 02, 2016 10:21 PM GMT

--ServerScriptService game.Players.PlayerAdded:connect(function(p) local gui = p.PlayerGui.ScreenGui.Frame gui.Visible = true end) http://www.roblox.com/ITS-FREE-item?id=130771265&rbxp=8320118
LegendaryAccount
#180939175Saturday, January 02, 2016 10:22 PM GMT

not you tootoo I was referring to brados http://www.roblox.com/ITS-FREE-item?id=130771265&rbxp=8320118
brados123
#180939206Saturday, January 02, 2016 10:22 PM GMT

im not being serious, calm down lol. legend check this? http://forum.roblox.com/Forum/ShowPost.aspx?PostID=180937788#180939114
LegendaryAccount
#180939290Saturday, January 02, 2016 10:23 PM GMT

tootoo you should remove the "if game.Players.NumPlayers~=0 then" it seems irrelivent http://www.roblox.com/ITS-FREE-item?id=130771265&rbxp=8320118
LegendaryAccount
#180939384Saturday, January 02, 2016 10:25 PM GMT

You were not being serious? Then don't post broken scripts to people on purpose. http://www.roblox.com/ITS-FREE-item?id=130771265&rbxp=8320118
brados123
#180939450Saturday, January 02, 2016 10:25 PM GMT

legend you know your rude, right? I'm not taking this whole thing seriously, your a scammer who owes me money, so pay up.
LegendaryAccount
#180939848Saturday, January 02, 2016 10:31 PM GMT

You want me to bring up the fact you made me script something for you but after you paid a small fraction of it I was nice to give it early but you ignored me after I gave it to you. I expected you were going to scam so I added a module but after you failed scammed me you expect your small payment back? http://www.roblox.com/ITS-FREE-item?id=130771265&rbxp=8320118
brados123
#180939928Saturday, January 02, 2016 10:32 PM GMT

600 robux to a small payment. this was 2 months ago when i couldnt script. Now, 600 robux isnt much to me at all, but the fact that your REFUSING to pay anything is pretty scammish.
brados123
#180939971Saturday, January 02, 2016 10:33 PM GMT

i gave you 3k, and because i had to tailor to your needs, it turned to 600. i want that back.

    of     1