ok so basically i want to make script that creates the big chungus on roblox but with admin command so i can use it in all my games like :big chungus and the player is transformed into big chungus. so pls can any of u scripting pro people help me on hooking up my chungus script with an admin cammand cause i already have the chungus transformation script but i dont know how to make it work when player talk the :big chungus command. heres my code:
player.Chatted:connect(function(text) if text = ":big chungus" then big chungus(player) end end
the big chungus meme is very dead but i got you
game:GetService("Players").PlayerAdded:Connect(function(player) player.Chatted:Connect(function(text) if text == ":big chungus" then --big chungus-ify the player end end end)
Closed as Not Constructive by minikitkat
This question has been closed because it is not constructive to others or the asker. Most commonly, questions that are requests with no attempt from the asker to solve their problem will fall into this category.
Why was this question closed?