Mapyo
|
  |
| Joined: 04 Jun 2009 |
| Total Posts: 475 |
|
|
| 21 Feb 2016 02:29 AM |
I have a problem when running this script. The Output error is below.
Script:
local coins = script.Parent.Coins.Amount local credits = script.Parent.Credits.Amount local xp = script.Parent.RankXP.Amount local rank = script.Parent.Rank.Amount local leaderstats = game.Players.LocalPlayer.leaderstats
while true do wait() coins.Text = leaderstats.Coins.Value credits.Text = leaderstats.Credits.Value xp.Text = (leaderstats.RankXP..'/20') rank.Text = leaderstats.Rank.Value end
Error:
00:23:07.949 - Players.Player.PlayerGui.SideBarChat.CFrame.Bar.Script:11: attempt to concatenate field 'RankXP' (a userdata value) 00:23:07.953 - Stack Begin 00:23:07.956 - Script 'Players.Player.PlayerGui.SideBarChat.CFrame.Bar.Script', Line 11 00:23:07.959 - Stack End
Join the Braivo Community: http://www.roblox.com/My/Groups.aspx?gid=2765145 |
|
|
| Report Abuse |
|
|
Mapyo
|
  |
| Joined: 04 Jun 2009 |
| Total Posts: 475 |
|
|
| 21 Feb 2016 02:35 AM |
.bump
Join the Braivo Community: http://www.roblox.com/My/Groups.aspx?gid=2765145 |
|
|
| Report Abuse |
|
|
Mapyo
|
  |
| Joined: 04 Jun 2009 |
| Total Posts: 475 |
|
|
| 21 Feb 2016 02:44 AM |
.mythical wizards of scripting plz
Join the Braivo Community: http://www.roblox.com/My/Groups.aspx?gid=2765145 |
|
|
| Report Abuse |
|
|