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

HOW TO MAKE PUNCH CRAWL FOR GAME(VERY IMPORTANT PLEASE ANSWER)?? [closed]

Asked by 7 years ago
Edited 7 years ago

PLEASE TELL I AM HAVE NO IDEA PLEASE MAKE IT COMPATIBLE WITH ANDRROID + IOS AND DOESN'T USE A TOOL PLEASE GIVE ME ANSWER I WILL MAKE MULTIPLE POST OF THIS UNTIL ANSWER COMES!

SORRY FOR THE BAD ENGLISH I AM A LAZY TYPER!!

LOCALSCRIPT IN STARTERPLAYER WHICH CONTAINS ANIMATION

function punch(punching)
local punching=false

if mouse.button1down:connect(function()
    whatever the animation code is
    punching=true   
    wait(script.parent.animation.duration)
    punching=false
end)

while punching=true and collide.target=player:connect(function()
    target.humanoid.health-=10
end)

and i will need a gui script so that the gui comes only on mobile and therefore mobile users can punch but i also need something for crawling i know how to manage with running but i will need a script for the gui to show only of mobile.

SO GUYS PLEASE MAKE THE EXPLANATION \/ERY THOROUGH OK??

PLEASE HELP ME WITH THIS!!

0
Why is this all in caps? AdvancedCode 136 — 7y
0
We are not a request site, please make a reasonable attempt at what you're trying to create. Or at least make your question sound as if you'll know what to do once we provide wiki articles and an explanation. We are not here to make scripts for you. M39a9am3R 3210 — 7y

Closed as Not Constructive by M39a9am3R

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?