Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

how to make big chungus scriptp ls help? [closed]

Asked by 5 years ago

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
0
Please post the full script so we can see the function you are using when a player chats. joritochip 705 — 5y
0
No. Does anyone read the rules anymore? This website is NOT for requesting people to give up their time to make a script for you, there are other websites dedicated to that. This website is for helping aspiring scripters with Lua, debugging other people's programs and assisting with anything from simple to complex problems. Apologies in advance for this rant, and this is in no means targeted at yo turtle2004 167 — 5y
0
ok first of all it was me who made your big chungus transformation script, not you. second of all ur spelling is horrible, your script doesnt make any sense. now credit me for ur chungus script before i report you for stealing my content. mohamedeatpotatoes 67 — 5y
0
turtle im only asking for help in the command hooking for my chungus trnasformation not asking u to make everything for me. just read the code i wrote and help me telling why its not working cause i dont know how to hook the chungus trnasformer with chat RodrigatorOP 172 — 5y
View all comments (3 more)
0
mohamed man i payed u 100 robux for the chungus trnasofrmation script so its mine now ok? it doens belong to u anymore because i pay u for it so im the owner and creator of it now. also ure spelling is more horrible than mine so yeah shut it normie RodrigatorOP 172 — 5y
0
' DimondWolfLord -19 — 5y
0
listen up you moron: you mightve payed me 100 robux for it but that doesnt mean you are the creator of it nor that it belongs to you. so you better credit me everytime you reference my chungus transformation script else im making sure your account gets deleted mohamedeatpotatoes 67 — 5y

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?

1 answer

Log in to vote
-1
Answered by
lunatic5 409 Moderation Voter
5 years ago
Edited 4 years ago

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)

0
thx bro it worked my adminc ommands are going to beat the hell out of adonis or maker's RodrigatorOP 172 — 5y
Ad