SHOW:
|
|
- or go back to the newest paste.
1 | --------------------------------- | |
2 | -----SO BASICALLY I'M MONKEY----- | |
3 | --------------------------------- | |
4 | ||
5 | --This script is made by mrfunnylaughs4. | |
6 | ||
7 | local plr = owner | |
8 | local char = plr.Character | |
9 | local hum = char:FindFirstChildOfClass("Humanoid") | |
10 | local idleanim = Instance.new("Animation") | |
11 | idleanim.Name = "Roblox Idle Animation" | |
12 | idleanim.AnimationId = "http://www.roblox.com/asset/?id=180435571" | |
13 | local idleanimplay = hum:LoadAnimation(idleanim) | |
14 | idleanimplay:Play() | |
15 | wait(0.1) | |
16 | if char:FindFirstChild("Animate") then | |
17 | char.Animate:Destroy() | |
18 | end | |
19 | local remote = Instance.new("RemoteEvent", char) | |
20 | remote.Name = "ReplicationEvent" | |
21 | local client = NLS([==[ | |
22 | local mouse = game:GetService("Players").LocalPlayer:GetMouse() | |
23 | local remote = game:GetService("Players").LocalPlayer.Character:WaitForChild("ReplicationEvent") | |
24 | spawn(function() | |
25 | while game:GetService("RunService").Heartbeat:Wait() do | |
26 | remote = game:GetService("Players").LocalPlayer.Character:WaitForChild("ReplicationEvent") | |
27 | end | |
28 | end) | |
29 | game:GetService("UserInputService").InputBegan:Connect(function(input, isTyping) | |
30 | if isTyping == false and input.UserInputType == Enum.UserInputType.Keyboard then | |
31 | remote:FireServer(1, input.KeyCode) | |
32 | end | |
33 | end) | |
34 | mouse.Button1Down:Connect(function() | |
35 | remote:FireServer(2) | |
36 | end) | |
37 | remote.OnClientEvent:Connect(function() | |
38 | game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.Position, Vector3.new(mouse.Hit.Position.X, game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.Position.Y, mouse.Hit.Position.Z)) | |
39 | end) | |
40 | ]==], char) | |
41 | local crabrave = Instance.new("Sound", char.Torso) | |
42 | local RS = char.Torso["Right Shoulder"] | |
43 | local LS = char.Torso["Left Shoulder"] | |
44 | local RH = char.Torso["Right Hip"] | |
45 | local LH = char.Torso["Left Hip"] | |
46 | local rootj = char.HumanoidRootPart.RootJoint | |
47 | local throwbutton = false | |
48 | local throw = false | |
49 | local normalanim = true | |
50 | local attackd = false | |
51 | local animpose = "Idle" | |
52 | local timepos = 0 | |
53 | local sine = 0 | |
54 | local RSnor = RS.C0 | |
55 | local LSnor = LS.C0 | |
56 | local RHnor = RH.C0 | |
57 | local LHnor = LH.C0 | |
58 | local rootjnor = rootj.C0 | |
59 | ||
60 | --------------------------------- | |
61 | --------------Set up------------- | |
62 | --------------------------------- | |
63 | ||
64 | local sur = Instance.new("BillboardGui", char.Head) | |
65 | sur.Name = "Billboard" | |
66 | sur.Adornee = char.Head | |
67 | sur.Size = UDim2.new(10, 0, 5, 0) | |
68 | sur.StudsOffset = Vector3.new(0, 5, 0) | |
69 | local text = Instance.new("TextLabel", sur) | |
70 | - | text.Text = "SO BASICALLY IM GAY" |
70 | + | text.Text = "I'm gud at dancing" |
71 | text.Size = UDim2.new(1, 0, 1, 0) | |
72 | text.TextScaled = true | |
73 | text.BackgroundTransparency = 1 | |
74 | text.Font = Enum.Font.SourceSansLight | |
75 | text.TextColor3 = Color3.new(1, 1, 1) | |
76 | text.TextStrokeTransparency = 0 | |
77 | ||
78 | --------------------------------- | |
79 | -------------Attacks------------- | |
80 | --------------------------------- | |
81 | ||
82 | - | remote.OnServerEvent:Connect(function(Player, number, key) |
82 | + | |
83 | - | if number == 1 and plr.Name == Player.Name and attackd == false then |
83 | + |