So I made this code:
local players = game.Players:getPlayers()
local drink = game.ServerStorage.Drink:Clone()
CreateDialogueEvent:FireAllClients(steven_Image,"Eat while it's hot!")
drink.Parent = game.Players.Backpack
To put in all players backpack Drink but it's not working :/ no error in output so any idea how can I fix it? thanks for any help!