of     1   

LittleBigDeveloper
#184798647Saturday, March 05, 2016 5:30 PM GMT

I get an error when I press a button; Players.Player1.PlayerGui.Pokedex.Gen1.ScrollingFrame.Bulbasaur.LocalScript:7: attempt to call global 'pokemonname' (a string value) I think it may be on line 7 pokemonname = "Bulbasaur" dexnum = 001 image = script.Parent.Parent.Parent.Info.Pokemon name = script.Parent.Parent.Parent.Info.Name script.Parent.MouseButton1Click:connect(function() image.Image = "rbxassetid://377780342" name.Text = pokemonname" - #"..dexnum --line7 end) #code game.Workspace.littelbigblox.Head:Remove()
TwistyTies
#184799052Saturday, March 05, 2016 5:35 PM GMT

name.Text = pokemonname.." - #"..dexnum If money grew on trees... It would be as valuable as leaves. | Twitter: @TwisterRBLX
badguy1233
#184799282Saturday, March 05, 2016 5:38 PM GMT

name.Text = pokemonname.." - #"..dexnum --line7
LittleBigDeveloper
#184799832Saturday, March 05, 2016 5:45 PM GMT

another error now: Players.Player1.PlayerGui.Pokedex.Gen1.ScrollingFrame.Bulbasaur.Script:7: attempt to index global 'name' (a string value) #code game.Workspace.littelbigblox.Head:Remove()
TwistyTies
#184799917Saturday, March 05, 2016 5:46 PM GMT

pokemonname = "Bulbasaur" dexnum = 001 image = script.Parent.Parent.Parent.Info.Pokemon name = script.Parent.Parent.Parent.Info script.Parent.MouseButton1Click:connect(function() image.Image = "rbxassetid://377780342" name.Text = pokemonname" - #"..dexnum --line7 end) If money grew on trees... It would be as valuable as leaves. | Twitter: @TwisterRBLX

    of     1