#I'm having trouble making a summon for my tower defense.
1 messages · Page 1 of 1 (latest)
we need context
ellaborate on what youre trying to do
like do you have a character you want to summon from replicated storage to workspace?
if so youd just :Clone() it and parent the clone to the workspace
Dude, I wanted to do something like, if I got there, bought a summon with money and received a random unit, but I can't figure it out.
got where
i still need more context
Okay, I was making an NPC where you pressed E and the spin menu would appear.
What about towers placement systems?
What he said ^
You know the town defense. Click on a unit in the inventory to select a spot and place it.
I didnt ask what it was i was saying “yeah what he said ^” saying we need that kinda context to help
Lol
I haven't done that yet and I don't know how to do it lol
…..
Is it cuz you cant script?
Cuz if you cant gl making a tower defense bru
Dude, that's not even it, all I want to do is make you press E and open the menu, that's all.
** You are now Level 2! **
game:GetService("UserInputService").InputBegan:Connect(function(input, pr)
if pr then return end
if input.KeyCode.Name == "E" then
ui.Visible = not ui.Visible
end
end)