chevron_leftchevron_leftchevron_left
    of     2   

UnderWorldOnline
#225683579Thursday, September 28, 2017 12:28 AM GMT

@cod Insulting will totally make me want to continue to learn and get better, thanks.
Skylake_X
#225683629Thursday, September 28, 2017 12:30 AM GMT

local Candy = script.Parent.Parent.Parent.Parent.Parent.Parent.leaderstats.Candy while true do wait() script.Parent.Text = Candy.Value end use a localscript lmao
codironblade
#225683730Thursday, September 28, 2017 12:33 AM GMT

please don't continue scripting
UnderWorldOnline
#225683751Thursday, September 28, 2017 12:33 AM GMT

@tum Fireserver shows no errors in output but does absolutely nothing
Tumak1337
#225683856Thursday, September 28, 2017 12:36 AM GMT

Is the script that's listening for it in ServerScriptStorage? Scripts don't run in ReplicatedStorage.
UnderWorldOnline
#225684056Thursday, September 28, 2017 12:41 AM GMT

@Tum i'm gonna make a new thread for this
LotsOfViolence
#225688244Thursday, September 28, 2017 2:29 AM GMT

OP deliberately ignoring every reply trying to help. yeah, please don't continue scripting.
Tumak1337
#225688498Thursday, September 28, 2017 2:35 AM GMT

Actually, he moved to a thread under Game Design, where he then finally got it. Don't ask why, I don't know.
ForceCyber
#225695152Thursday, September 28, 2017 9:31 AM GMT

-- SERVER SIDED local Currency = "Money"; local Amount = 50; local event = gane:GetService("ReplicatedStorage"):FindFirstChild("Event_Name") event.OnServerEvent:Connect(function(Player, potato) Player.leaderstats[Currency].Value = Player.leaderstats[Currency].Value + Amount end) -- CLIENT SIDED local event = gane:GetService("ReplicatedStorage"):WaitForChild("Event_Name") event:FireServer({1, true}) -- This is just an example.
nextgenplatform
#225695200Thursday, September 28, 2017 9:40 AM GMT

oii kid just move your leaderstats into replicatedstorage where you can access it from anywhere

chevron_leftchevron_leftchevron_left
    of     2