I made a simple punch script, where the player needs to press ‘F’ to punch. Every punch can only deal damage to one person (20 for each punch). PunchTest.rbxl (28.4 KB) Workspace: RemoteHandler: local RStorage = game:GetService("ReplicatedStorage
Pastebin.com is the number one paste tool since 2002. Pastebin is a website where you can store text online for a set period of time.
You would find the player's mouse using :GetMouse().Then, you would use a click function through Button1Down.. Local Script: local player = game.Players.LocalPlayer local mouse = player:GetMouse() local ReplicatedStorage = game:GetService("Replic
Post a Comment:
Showing 0 Comments: