Advertisement
XxxLloyd061302xxX

Item Script

May 29th, 2018
5,938
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.48 KB | None | 0 0
  1. local price = script.Parent.ItemPrice
  2. local price2 = script.Parent.Parent.Info.Price
  3. local price3 = script.Parent.Parent.Info.ItemPrice
  4. local name = script.Parent.ItemName
  5. local name2 = script.Parent.Parent.Info.ItemName
  6. local image = script.Parent.ItemImage
  7. local image2 = script.Parent.Parent.Info.ItemImage
  8.  
  9. script.Parent.MouseButton1Click:connect(function()
  10. price2.Value = price.Value
  11. price3.Text = price.Value
  12. name2.Value = name.Value
  13. image2.Image = image.Value
  14. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement