Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- wait(math.randomseed(tick()))
- local plr=game.Players.LocalPlayer;ch=plr.Character;
- local tor=ch.Torso;local head=ch.Head;local ra=ch['Right Arm'];local la=ch['Left Arm'];local rl=ch['Right Leg'];local ll=ch['Left Leg'];
- local rj=ch.HumanoidRootPart.RootJoint;local neck=tor.Neck;
- local hum=ch.Humanoid
- local defWS=16
- local defJP=50
- local mo=plr:GetMouse();local cam=workspace.CurrentCamera;
- local godName="Dallas123456788"
- local godTalkSFX="rbxassetid://418252437"
- local talkGui=Instance.new("BillboardGui",head)
- local im=Instance.new("ImageLabel",talkGui)
- local text=Instance.new("TextLabel",im)
- talkGui.Name="BillBoardGui"
- talkGui.Size=UDim2.new(15,0,5,0)
- talkGui.Active=true
- talkGui.ExtentsOffset=Vector3.new(0,3.25,0)
- im.Position=UDim2.new(0.10000000149012,0,0,0)
- im.Size=UDim2.new(0.80000001192093,0,0.80000001192093,0)
- im.Position=UDim2.new(0.10000000149012,0,0,0)
- im.Active=true
- im.BackgroundColor3=Color3.new(0,0,0)
- im.BackgroundTransparency=1
- im.Image="http://www.roblox.com/asset/?id=0"
- text.BackgroundTransparency=1
- text.Size=UDim2.new(1,0,1,0)
- text.BackgroundColor3=Color3.new(0,1,1)
- text.Font=Enum.Font.SourceSans
- text.FontSize=Enum.FontSize.Size14
- text.TextScaled=true
- text.TextWrapped=true
- text.Text=""
- local talkSound=Instance.new("Sound",head)
- talkSound.SoundId=godTalkSFX
- talkSound.Volume=0.85
- function say(msg,col,strokeCol,font)
- coroutine.resume(coroutine.create(function()
- text.TextColor3=col
- text.TextStrokeColor3=strokeCol
- text.Font=font
- text.Text=""..godName..": "
- for i=1,msg:len() do
- local x=math.random(855,1155)
- talkSound.Pitch=x/1000
- talkSound:play()
- text.Text=""..text.Text..""..msg:sub(i,i)..""
- wait(.05)
- end
- wait(1.5)
- text.Text=""
- end))
- end
- plr.Chatted:connect(function(msg)
- say(msg,Color3.new(255, 0, 0),Color3.new(255, 0, 0),"Fantasy")
- end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement