How can I make it so you can morph into a monster by pressing the Q button?
Keydown event;
mouse = game.Players.LocalPlayer:GetMouse() mouse.KeyDown:connect(function(key) if key:lower() == "q" then --Put morphing stuff here end end)
I'm not gonna make a whole morphing process for you so you edit that in.
Hope I Helped
+1