Facebook
From TomBuilds, 2 Years ago, written in Lua.
Embed
Download Paste or View Raw
Hits: 579
  1. wait(1)
  2. local PriceOfItem = game.ReplicatedStorage:WaitForChild("CheckPrice"):InvokeServer(script.Parent.Parent.Name)
  3. script.Parent.Text = PriceOfItem
  4.