local ReplicatedStorage = game:GetService("ReplicatedStorage")
ReplicatedStorage.Events.Local.UseRodButton:Fire(true)
local args = {
{
id = "sell-all",
text = "Sell all of my stars [$16,356].",
npc = "Star Merchant"
}
}
game:GetService("ReplicatedStorage"):WaitForChild("Dialogue"):WaitForChild("Events"):WaitForChild("Global"):WaitForChild("ClientChoosesDialogueOption"):FireServer(unpack(args))
while true do
local args = {
game:GetService("Players").LocalPlayer.Character:WaitForChild("Humanoid"),
vector.create(-50.703914642333984, 6.636496543884277, 30265.234375),
vector.create(-0.037223104387521744, 0.0026671793311834335, 0.9993034601211548),
game:GetService("Players").LocalPlayer.Character:WaitForChild("Rod"):WaitForChild("Model"):WaitForChild("Nodes"):WaitForChild("RodTip"):WaitForChild("Attachment")
}
game:GetService("ReplicatedStorage"):WaitForChild("Events"):WaitForChild("Global"):WaitForChild("Cast"):FireServer(unpack(args))
local ReplicatedStorage = game:GetService("ReplicatedStorage")
ReplicatedStorage.Events.Local.UseRodButton:Fire(true)
task.wait(20)
end
local args = {
{
id = "sell-all",
text = "Sell all of my stars [$16,356].",
npc = "Star Merchant"
}
}
game:GetService("ReplicatedStorage"):WaitForChild("Dialogue"):WaitForChild("Events"):WaitForChild("Global"):WaitForChild("ClientChoosesDialogueOption"):FireServer(unpack(args))